Changeset 54
- Timestamp:
- 1999-09-17 11:14:56 (9 years ago)
- Files:
-
- 1 modified
-
trunk/xapian-core/tests/matchtest.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xapian-core/tests/matchtest.cc
r46 r54 1 1 #include <stdio.h> 2 2 3 #include " proto_database.h"3 #include "da_database.h" 4 4 #include "match.h" 5 5 #include "stem.h" … … 7 7 int main(int argc, char *argv[]) { 8 8 try { 9 ProtoDatabase database;9 DADatabase database; 10 10 database.open("testdir", 0); 11 11
