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 2006/09/27 10:44:30 UTC

svn commit: r450380 - /incubator/tuscany/cpp/sdo/runtime/core/test/main.cpp

Author: robbinspg
Date: Wed Sep 27 01:44:29 2006
New Revision: 450380

URL: http://svn.apache.org/viewvc?view=rev&rev=450380
Log:
Add failing test name to output for sdotest

Modified:
    incubator/tuscany/cpp/sdo/runtime/core/test/main.cpp

Modified: incubator/tuscany/cpp/sdo/runtime/core/test/main.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/test/main.cpp?view=diff&rev=450380&r1=450379&r2=450380
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/test/main.cpp (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/test/main.cpp Wed Sep 27 01:44:29 2006
@@ -31,7 +31,7 @@
 #define TEST(testname)\
     value = testname;\
     if (value == 0) {\
-        cout << "Test Failed:" << totaltests  << endl;\
+        cout << "Test Failed: " << totaltests  << " " << #testname << endl;\
     }\
     testspassed += value;\
     totaltests++;



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