Changeset 2372

Show
Ignore:
Timestamp:
29/10/2008 20:58:32 (22 months ago)
Author:
chris
Message:

Fix test for slight change to logging format.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • box/trunk/test/bbackupd/testbbackupd.cpp

    r2370 r2372  
    11751175                        std::string line; 
    11761176                        TEST_THAT(reader.GetLine(line)); 
    1177                         if (line == "Send ListDirectory(0x3,0xffffffff,0xc,true)") 
     1177                        if (line == "Send ListDirectory(0x3,0xffff,0xc,true)") 
    11781178                        { 
    11791179                                found1 = true;