diff python/tests/storage.txt @ 231:249d65ff6c35

merged modifications for windows
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 02 Jul 2012 23:49:39 -0400
parents 5e2983b05d4e
children dc1faa7287bd
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/tests/storage.txt	Mon Jul 02 23:49:39 2012 -0400
@@ -0,0 +1,8 @@
+>>> from storage import *
+
+>>> loadPrototypeMatchIndexesFromSqlite("nonexistent")
+DB Error: no such table: prototypes
+[]
+>>> loadTrajectoriesFromSqlite("nonexistent", 'feature')
+DB Error: no such table: positions
+[]