Changeset: 2c68d8cc782a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2c68d8cc782a
Modified Files:
        clients/python2/test/capabilities.py
Branch: Feb2013
Log Message:

fixed Python API tests after changsets 39b2905626b8 / 87b4e5b9b5c0


diffs (10 lines):

diff --git a/clients/python2/test/capabilities.py 
b/clients/python2/test/capabilities.py
--- a/clients/python2/test/capabilities.py
+++ b/clients/python2/test/capabilities.py
@@ -364,4 +364,4 @@ class DatabaseTest(unittest.TestCase):
         self.cursor.execute('select * from %s; select * from %s;' %
                             (table1, table2))
         result = self.cursor.fetchall()
-        self.assertEqual(result, [(50, 50)])
\ No newline at end of file
+        self.assertEqual(result, [(50, 50)])
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to