[fdo-commits] r793 - branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common

svn_fdo at osgeo.org svn_fdo at osgeo.org
Tue Mar 13 22:13:25 EDT 2007


Author: jacklee
Date: 2007-03-13 22:13:21 -0400 (Tue, 13 Mar 2007)
New Revision: 793

Modified:
   branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/FdoConstraintsTest.cpp
Log:
Fixed FdoConstraintsTest test

Modified: branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/FdoConstraintsTest.cpp
===================================================================
--- branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/FdoConstraintsTest.cpp	2007-03-12 16:39:44 UTC (rev 792)
+++ branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/FdoConstraintsTest.cpp	2007-03-14 02:13:21 UTC (rev 793)
@@ -86,7 +86,7 @@
 	success &= TestParser(L"(INTRANGE >= 10 and INTRANGE < 20))");
 	success &= TestParser(L"(STRINGLIST = 'close' or STRINGLIST = 'open')");
 
-	success &= TestParser(L"INTLIST = 30 or INTLIST = 20 or INTLIST = 10)");
+	success &= TestParser(L"INTLIST = 30 or INTLIST = 20 or INTLIST = 10");
 	success &= TestParser(L"INTRANGE >= 10 and INTRANGE < 20");
 	success &= TestParser(L"STRINGLIST = 'close' or STRINGLIST = 'open'");
 



More information about the fdo-commits mailing list