diff --git a/src/vm/test/VirtualMachinePoolTest.cc b/src/vm/test/VirtualMachinePoolTest.cc
index f575b70fe6..8638732e6f 100644
--- a/src/vm/test/VirtualMachinePoolTest.cc
+++ b/src/vm/test/VirtualMachinePoolTest.cc
@@ -48,21 +48,21 @@ const string xmls[] =
"0123VM one0100000000000000000-1"
"",
"1261Second VM0"
"1000000000000<"
"/ETIME>0000"
+ "_TX>0-1"
""
"",
"0123VM one01000000000000000011024VM one"
+ ">0-111024VM one"
"0"
};
@@ -162,7 +162,7 @@ protected:
// Get the xml and replace the STIME to 0, so we can compare it
((VirtualMachine*)obj)->to_xml(xml_str);
xml_str.replace( xml_str.find("")+7, 10, replacement);
-
+//cout << endl << xml_str << endl;
CPPUNIT_ASSERT( ((VirtualMachine*)obj)->get_name() == names[index] );
CPPUNIT_ASSERT( xml_str == xmls[index]);
};
@@ -258,7 +258,7 @@ public:
};
void dump()
- {
+ {
VirtualMachinePool * vmp = static_cast(pool);
set_up_user_pool();
@@ -271,7 +271,7 @@ public:
rc = vmp->dump(oss, "");
CPPUNIT_ASSERT(rc == 0);
-
+cout << endl << oss.str() << endl;
string result = oss.str();
result.replace(152, 10, replacement);
result.replace(426, 10, replacement);