docs
authorMichael Andres <ma@suse.de>
Wed, 19 Nov 2008 16:14:46 +0000 (16:14 +0000)
committerMichael Andres <ma@suse.de>
Wed, 19 Nov 2008 16:14:46 +0000 (16:14 +0000)
doc/autoinclude/Testcases.doc

index 3eed5ba..29d5e7f 100644 (file)
 \endverbatim
 
 \verbatim
+  - Added support for loading helix files e.g. from testcases. This is what 
+    you need to load all repos from a solver testcase into the pool:
+
+       #include "TestSetup.h"
+       
+       BOOST_AUTO_TEST_CASE(test)
+        { 
+               TestSetup test( Arch_x86_64 );
+               test.loadTestcaseRepos( "/suse/ma/BUGS/153548/YaST2/solverTestcase" );
+
+\endverbatim
+
+\verbatim
 Boost Test Library
 http://www.boost.org/doc/libs/1_36_0/libs/test/doc/html/index.html