You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2007/03/09 13:18:27 UTC

svn commit: r516384 - in /incubator/tuscany/cpp/sdo/runtime/core/test: .cdtproject .project sdotest.cpp

Author: robbinspg
Date: Fri Mar  9 04:18:26 2007
New Revision: 516384

URL: http://svn.apache.org/viewvc?view=rev&rev=516384
Log:
Fix misleading test case error

Removed:
    incubator/tuscany/cpp/sdo/runtime/core/test/.cdtproject
    incubator/tuscany/cpp/sdo/runtime/core/test/.project
Modified:
    incubator/tuscany/cpp/sdo/runtime/core/test/sdotest.cpp

Modified: incubator/tuscany/cpp/sdo/runtime/core/test/sdotest.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/test/sdotest.cpp?view=diff&rev=516384&r1=516383&r2=516384
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/test/sdotest.cpp (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/test/sdotest.cpp Fri Mar  9 04:18:26 2007
@@ -9272,7 +9272,12 @@
       // write the cloned document out to a file
       myXMLHelper->save(myNewXMLDocument, "clone-testout.xml");
 
+#if defined(WIN32)  || defined (_WINDOWS)
+
+      return comparefiles("clone-out-win.xml","clone-testout.xml");
+#else
       return comparefiles("clone-out.xml","clone-testout.xml");
+#endif
 
    }
    catch (SDORuntimeException e)



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org