diff options
Diffstat (limited to 'cpp/test/FreezeScript')
-rwxr-xr-x | cpp/test/FreezeScript/dbmap/run.py | 4 | ||||
-rw-r--r-- | cpp/test/FreezeScript/evictor/makedb.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/FreezeScript/dbmap/run.py b/cpp/test/FreezeScript/dbmap/run.py index 362b3401e61..dcb1d9e6078 100755 --- a/cpp/test/FreezeScript/dbmap/run.py +++ b/cpp/test/FreezeScript/dbmap/run.py @@ -65,10 +65,10 @@ for oldfile in files: value = "int" command = transformdb + " --old " + os.path.join(directory, "fail", oldfile) + " --new " + \ - os.path.join(directory, "fail", newfile) + " -o tmp.xml --key string --value " + value + os.path.join(directory, "fail", newfile) + " -o tmp.xml --key string --value " + value if TestUtil.debug: - print command + print command stdin, stdout, stderr = os.popen3(command) lines1 = stderr.readlines() diff --git a/cpp/test/FreezeScript/evictor/makedb.cpp b/cpp/test/FreezeScript/evictor/makedb.cpp index 7adc199bb00..2a765c03322 100644 --- a/cpp/test/FreezeScript/evictor/makedb.cpp +++ b/cpp/test/FreezeScript/evictor/makedb.cpp @@ -74,7 +74,7 @@ run(const Ice::CommunicatorPtr& communicator, const string& envName, const strin for(int i = 0; i < 10; ++i) { - string facetName = "theFacet"; + string facetName = "theFacet"; Ice::Identity id; ostringstream ostr; |