[Wsplgen-commits] r125 - trunk/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Sep 17 10:25:10 CEST 2008
Author: mrchip
Date: 2008-09-17 10:25:09 +0200 (Wed, 17 Sep 2008)
New Revision: 125
Modified:
trunk/src/Makefile
trunk/src/test_file.cpp
trunk/src/wsplgen.h
Log:
Ein Test wurde korrigiert
Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile 2008-09-17 07:29:27 UTC (rev 124)
+++ trunk/src/Makefile 2008-09-17 08:25:09 UTC (rev 125)
@@ -30,4 +30,4 @@
rm -f *.o
dist-clean:
- rm -f *.exe *.o
+ rm -f ../bin/*.exe ../bin/test_results/test.txt *.o
Modified: trunk/src/test_file.cpp
===================================================================
--- trunk/src/test_file.cpp 2008-09-17 07:29:27 UTC (rev 124)
+++ trunk/src/test_file.cpp 2008-09-17 08:25:09 UTC (rev 125)
@@ -505,8 +505,8 @@
LoadDGM(DGMTINFILE, NodeList, ElementList, XyList, false, 8);
- if (NodeList->size() != 71) printf("Failed\n");
- else if (ElementList->size() != 110) printf("Failed\n");
+ if (NodeList->size() != 51) printf("Failed\n");
+ else if (ElementList->size() != 72) printf("Failed\n");
else printf("Pass\n");
delete XyList;
Modified: trunk/src/wsplgen.h
===================================================================
--- trunk/src/wsplgen.h 2008-09-17 07:29:27 UTC (rev 124)
+++ trunk/src/wsplgen.h 2008-09-17 08:25:09 UTC (rev 125)
@@ -10,7 +10,7 @@
// Read the file COPYING coming with WSPLGEN for details.
//
-const char Version[] = "1.2.4";
+const char Version[] = "1.2.5";
// In der Datei wsplgen.h wird jetzt keine Historie mehr gespeichert.
// Diese ist nun in der Datei NEWS zu finden
More information about the Wsplgen-commits
mailing list