diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-10-29 18:38:58 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-10-29 18:38:58 +0100 |
commit | a3c39014e6b13f7a88562d1fc907400b1cf50e5a (patch) | |
tree | 0b9f80d70657f09f64e973048e1f43148e80b96d /demoscript/Freeze/transform.py | |
parent | Fixed Glacier2 leak (diff) | |
download | ice-a3c39014e6b13f7a88562d1fc907400b1cf50e5a.tar.bz2 ice-a3c39014e6b13f7a88562d1fc907400b1cf50e5a.tar.xz ice-a3c39014e6b13f7a88562d1fc907400b1cf50e5a.zip |
Fixed tests failures and some demo scripts
Diffstat (limited to 'demoscript/Freeze/transform.py')
-rwxr-xr-x | demoscript/Freeze/transform.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Freeze/transform.py b/demoscript/Freeze/transform.py index 347fa062029..56ea8ac31e0 100755 --- a/demoscript/Freeze/transform.py +++ b/demoscript/Freeze/transform.py @@ -58,7 +58,7 @@ def run(createCmd, recreateCmd, readCmd, readnewCmd): readnew = demoscript.Util.spawn(readnewCmd) readnew.expect('All contacts \(default order\)') readnew.expect('All contacts \(ordered by phone number\)') - readnew.expect('DbEnv \"dbnew\": contacts: DB_SECONDARY_BAD: Secondary index inconsistent with primary') + readnew.expect('DbEnv \"dbnew\": contacts: .* DB_SECONDARY_BAD: Secondary index inconsistent with primary') readnew.waitTestSuccess(1) print("ok") |