Ignore:
Timestamp:
29/10/2008 20:58:32 (3 years ago)
Author:
chris
Message:

Fix test for slight change to logging format.

File:
1 edited

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; 
Note: See TracChangeset for help on using the changeset viewer.