[Kst] branches/work/kst/portto4/kst/src/datasources/ascii

Peter Kümmel syntheticpp at gmx.net
Tue Oct 16 14:48:07 UTC 2012


SVN commit 1320711 by kuemmel:

disable OOM test

 M  +1 -1      asciifiledata.cpp  


--- branches/work/kst/portto4/kst/src/datasources/ascii/asciifiledata.cpp #1320710:1320711
@@ -36,7 +36,7 @@
 int MB = 1024*1024;
 
 // Simulate out of memory scenario
-#define KST_TEST_OOM
+//#define KST_TEST_OOM
 
 #ifdef KST_TEST_OOM
 size_t maxAllocate = 2 * MB;


More information about the Kst mailing list