=== modified file 'python/tests/ndbapi/TestDecimal.py'
--- a/python/tests/ndbapi/TestDecimal.py	2008-05-06 06:40:55 +0000
+++ b/python/tests/ndbapi/TestDecimal.py	2008-05-21 18:55:43 +0000
@@ -25,7 +25,7 @@
         cur.execute("insert into %s values (1,%s)" % (self.TABLE1, self.val1))
         self.MYSQL_CONN.commit()
 
-    def testSelectTable1(self):
+    def testDecimal(self):
 
 
 	trans = self.ndb.startTransaction()



