diff options
author | Joe George <joe@zeroc.com> | 2016-03-11 14:23:10 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-03-11 14:23:10 -0500 |
commit | b404c308711b9bb3a6f5c407ebdfd3f587d785af (patch) | |
tree | ecbbbdb37004cbec5d89520ecc470ce6593f3c2a /cpp/test/IceUtil/stacktrace/Client.cpp | |
parent | Update mcpp nuget package version (diff) | |
download | ice-b404c308711b9bb3a6f5c407ebdfd3f587d785af.tar.bz2 ice-b404c308711b9bb3a6f5c407ebdfd3f587d785af.tar.xz ice-b404c308711b9bb3a6f5c407ebdfd3f587d785af.zip |
Fix ICE-7015 - IceUtil/stacktrace test failure
Diffstat (limited to 'cpp/test/IceUtil/stacktrace/Client.cpp')
-rw-r--r-- | cpp/test/IceUtil/stacktrace/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceUtil/stacktrace/Client.cpp b/cpp/test/IceUtil/stacktrace/Client.cpp index 300c7dfa491..7e04dcb6e87 100644 --- a/cpp/test/IceUtil/stacktrace/Client.cpp +++ b/cpp/test/IceUtil/stacktrace/Client.cpp @@ -113,7 +113,7 @@ getIceHome() void standardizeVersion(string& str) { - string v1("3.6.1"); + string v1("3.6.2"); string v2("36"); size_t pos = 0; while((pos = str.find(v1, pos)) != string::npos) |