Changeset 54

Show
Ignore:
Timestamp:
1999-09-17 11:14:56 (9 years ago)
Author:
olly
Message:

Switched to use DA file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xapian-core/tests/matchtest.cc

    r46 r54  
    11#include <stdio.h> 
    22 
    3 #include "proto_database.h" 
     3#include "da_database.h" 
    44#include "match.h" 
    55#include "stem.h" 
     
    77int main(int argc, char *argv[]) { 
    88    try { 
    9         ProtoDatabase database; 
     9        DADatabase database; 
    1010        database.open("testdir", 0); 
    1111