00001 /* Warning: This file is generated by /data/home/olly/tmp/xapian-svn-snapshot/tags/1.2.9/xapian/xapian-core/tests/collate-test - do not modify directly! */ 00002 00003 if (writable&&!inmemory) { 00004 static const test_desc tests[] = { 00005 { "randomidx1", test_randomidx1 }, 00006 { 0, 0 } 00007 }; 00008 result = max(result, test_driver::run(tests)); 00009 } 00010 if (writable&&!remote&&!inmemory) { 00011 static const test_desc tests[] = { 00012 { "valuesetmatchdecider1", test_valuesetmatchdecider1 }, 00013 { "alldocsiter1", test_alldocsiter1 }, 00014 { 0, 0 } 00015 }; 00016 result = max(result, test_driver::run(tests)); 00017 }