Beispiel #1
0
 public Test_Library_SaveToDisk()
 {
     TMConfig.WebRoot = "temp_BaseFolder".tempDir();  // set temp folder for UnitTests
     tmDatabase       = new TM_Xml_Database(true);    // with the useFileStorage set to true
 }