diff options
Diffstat (limited to 'cpp/demo/Freeze/customEvictor/expect.py')
-rwxr-xr-x | cpp/demo/Freeze/customEvictor/expect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/customEvictor/expect.py b/cpp/demo/Freeze/customEvictor/expect.py index 94d36642321..9de339b4ed0 100755 --- a/cpp/demo/Freeze/customEvictor/expect.py +++ b/cpp/demo/Freeze/customEvictor/expect.py @@ -30,7 +30,7 @@ sys.stdout.flush() Util.cleanDbDir("db") print "ok" -print "testing IceUtl::Cache evictor" +print "testing IceUtil::Cache evictor" server = Util.spawn('./server --Ice.PrintAdapterReady') server.expect(".* ready", timeout=120) |