Changeset 77
- Timestamp:
- 01/31/07 22:16:53 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lex/trunk/test/com/qwirx/lex/EmdrosDatabaseTest.java
r26 r77 57 57 58 58 public void testTableIteratorShouldWork() 59 throws DatabaseException {59 throws Exception { 60 60 Table table = emdros.getTable("SELECT OBJECTS HAVING MONADS " + 61 61 "IN {1-10} [ALL] GO"); … … 93 93 94 94 public void testWordShouldStillHaveFeaturesAfterQueries() 95 throws DatabaseException95 throws Exception 96 96 { 97 97 emdros.getSheaf("SELECT ALL OBJECTS IN {1-28735} "+
