Author: edslattery
Date: Fri Mar 17 04:28:19 2006
New Revision: 386624

URL: http://svn.apache.org/viewcvs?rev=386624&view=rev
Log: (empty)

Modified:
    incubator/tuscany/cpp/sdo/runtime/core/test/maintest.txt
    incubator/tuscany/cpp/sdo/runtime/core/test/sdotest.cpp

Modified: incubator/tuscany/cpp/sdo/runtime/core/test/maintest.txt
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sdo/runtime/core/test/maintest.txt?rev=386624&r1=386623&r2=386624&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/test/maintest.txt (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/test/maintest.txt Fri Mar 17 
04:28:19 2006
@@ -140,8 +140,7 @@
 acmecorp
 Expected default boolean (false) : false
 Expected  boolean (true) : true
-Expected default string (0) :  A deleted data object should be zero: 0
-Now able to set
+Expected default string (0) : Now able to set
  - should say now able to set
 
  Name from deleted item: Now able to set

Modified: incubator/tuscany/cpp/sdo/runtime/core/test/sdotest.cpp
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/cpp/sdo/runtime/core/test/sdotest.cpp?rev=386624&r1=386623&r2=386624&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/test/sdotest.cpp (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/test/sdotest.cpp Fri Mar 17 04:28:19 
2006
@@ -2343,8 +2343,10 @@
 
         pdg = dor->getDataObject("pdg");
 
-
-        fprintf(f, " A deleted data object should be zero: %d\n", pdg);
+        if (pdg != 0)
+        {
+            fprintf(f, " A deleted data object should be zero and was not\n");
+        }
 
         pdg = mdg->create((Type&)tcd);
 


Reply via email to