comparison 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
comparison
equal deleted inserted replaced
230:bc4ea09b1743 231:249d65ff6c35
1 >>> from storage import *
2
3 >>> loadPrototypeMatchIndexesFromSqlite("nonexistent")
4 DB Error: no such table: prototypes
5 []
6 >>> loadTrajectoriesFromSqlite("nonexistent", 'feature')
7 DB Error: no such table: positions
8 []