Changeset 801 for mcbuilder/trunk/tests/TestBuilder.cpp
- Timestamp:
- 08/10/08 13:39:25 (5 months ago)
- Files:
-
- 1 modified
-
mcbuilder/trunk/tests/TestBuilder.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mcbuilder/trunk/tests/TestBuilder.cpp
r800 r801 17 17 18 18 #include "TestBuilder.h" 19 #include "ProjectInfo.h" 19 20 20 21 #define TEST_PROJECT "resources/examples/Input-Output/AinToServo" … … 175 176 176 177 // now let's change a few things in the config file, and confirm that we need to update it 177 // QVERIFY(configFile.open(QFile::Text));178 // QTextStream in(&configFile);179 // 180 // configFile.close(); 178 ProjectInfo* pi = window->projInfo; 179 pi->setHeapSize( pi->heapsize() + 100 ); 180 QVERIFY( builder->compareConfigFile(currentProjectPath()) == true ); 181 181 182 } 182 183
