searchengine/cpix/tsrc/cpixunittest/src/domainselectiontests.cpp
changeset 3 ae3f1779f6da
parent 0 671dee74050a
child 24 65456528cac2
--- a/searchengine/cpix/tsrc/cpixunittest/src/domainselectiontests.cpp	Fri May 14 16:57:37 2010 +0300
+++ b/searchengine/cpix/tsrc/cpixunittest/src/domainselectiontests.cpp	Thu May 27 13:59:44 2010 +0300
@@ -38,6 +38,7 @@
 #include "testcorpus.h"
 #include "setupsentry.h"
 
+#include "std_log_result.h"
 
 struct MatchTest
 {
@@ -227,6 +228,8 @@
 
     void testCreateIdxs(Itk::TestMgr * testMgr)
     {
+        char *xml_file = (char *)__FUNCTION__;
+        assert_failed = 0;
         const MVFTest
             * mvfTest = filesAndVols_;
 
@@ -279,6 +282,7 @@
         searchAll(testMgr);
         suggestAll(testMgr);
         dumpAll(testMgr);
+        testResultXml(xml_file);
     }
 
     
@@ -588,7 +592,7 @@
     // some blackbox tests doing idx manipulation & searches
     
     DomainSelectionContext
-        * domainSelectionContext = new DomainSelectionContext();
+        * domainSelectionContext = new DomainSelectionContext;
     ContextTester
         * contextTester = new ContextTester("selection",
                                             domainSelectionContext);