Changeset 2944 for box/trunk/test


Ignore:
Timestamp:
23/04/2011 11:19:19 (13 months ago)
Author:
chris
Message:

Reformat for readability.

File:
1 edited

Legend:

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

    r2838 r2944  
    519519                        BackupProtocolClient protocol(conn); 
    520520                        protocol.QueryVersion(BACKUP_STORE_SERVER_VERSION); 
    521                         std::auto_ptr<BackupProtocolClientLoginConfirmed> loginConf(protocol.QueryLogin(0x01234567, BackupProtocolClientLogin::Flags_ReadOnly)); 
     521                        std::auto_ptr<BackupProtocolClientLoginConfirmed> 
     522                                loginConf(protocol.QueryLogin(0x01234567, 
     523                                        BackupProtocolClientLogin::Flags_ReadOnly)); 
    522524                         
    523525                        // Test the restoration 
Note: See TracChangeset for help on using the changeset viewer.