Changeset 1925 for box/trunk/test


Ignore:
Timestamp:
06/11/2007 22:25:53 (5 years ago)
Author:
chris
Message:

This is C++ not ruby (oops)

File:
1 edited

Legend:

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

    r1924 r1925  
    982982                        { 
    983983                                printf("Expected <%s> but found <%s>\n", 
    984                                         comp.to_s, sub.to_s); 
     984                                        comp.c_str(), sub.c_str()); 
    985985                        } 
    986986                } 
Note: See TracChangeset for help on using the changeset viewer.