From 4d0fef6917ba37f10cbf95e37ec7542f44313310 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 29 Oct 2008 20:58:32 +0000 Subject: Fix test for slight change to logging format. --- test/bbackupd/testbbackupd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/bbackupd/testbbackupd.cpp') diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp index ade50d4b..0f24a2e4 100644 --- a/test/bbackupd/testbbackupd.cpp +++ b/test/bbackupd/testbbackupd.cpp @@ -1174,7 +1174,7 @@ int test_bbackupd() { std::string line; TEST_THAT(reader.GetLine(line)); - if (line == "Send ListDirectory(0x3,0xffffffff,0xc,true)") + if (line == "Send ListDirectory(0x3,0xffff,0xc,true)") { found1 = true; break; -- cgit v1.2.3