[Mobies-commit] [commit] r4100 - in UDM/trunk: include tests/testUdmCint

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Wed Sep 5 13:28:39 CDT 2012


Author: ksmyth
Date: Wed Sep  5 13:28:38 2012
New Revision: 4100

Log:
Reenable UdmSwig constraints on x86 win32

Modified:
   UDM/trunk/include/UdmCintSwig.h
   UDM/trunk/tests/testUdmCint/testReadSBML2Ex.cpp

Modified: UDM/trunk/include/UdmCintSwig.h
==============================================================================
--- UDM/trunk/include/UdmCintSwig.h	Wed Sep  5 11:56:06 2012	(r4099)
+++ UDM/trunk/include/UdmCintSwig.h	Wed Sep  5 13:28:38 2012	(r4100)
@@ -39,7 +39,7 @@
 #include <vector>
 #include "cint_string.h"
 
-#ifdef UDM_DYNAMIC_LINKING
+#ifdef _WIN64
 #define NO_ANTLR
 #endif
 

Modified: UDM/trunk/tests/testUdmCint/testReadSBML2Ex.cpp
==============================================================================
--- UDM/trunk/tests/testUdmCint/testReadSBML2Ex.cpp	Wed Sep  5 11:56:06 2012	(r4099)
+++ UDM/trunk/tests/testUdmCint/testReadSBML2Ex.cpp	Wed Sep  5 13:28:38 2012	(r4100)
@@ -159,6 +159,7 @@
     
    }
   
+   CPPUNIT_ASSERT(res.buffer());
    cout << string(res.buffer()) << endl;
 #endif
  


More information about the Mobies-commit mailing list