Ticket #301: patch
File patch, 565 bytes (added by , 16 years ago) |
---|
-
tests/api_wrdb.cc
29 29 30 30 #include <xapian.h> 31 31 32 #include "backendmanager.h" // For XAPIAN_BIN_PATH. 32 33 #include "omtime.h" 33 34 #include "testsuite.h" 34 35 #include "testutils.h" … … 1956 1957 1957 1958 db.flush(); 1958 1959 1959 string cmd = "../bin/xapian-check .flint/dbw__cursordelbug1";1960 string cmd = XAPIAN_BIN_PATH"xapian-check .flint/dbw__cursordelbug1"; 1960 1961 #ifdef __WIN32__ 1961 1962 cmd += " >nul"; 1962 1963 #else