Changeset 1207 for trunk/test/Suite.h


Ignore:
Timestamp:
Oct 7, 2010, 5:25:31 AM (12 years ago)
Author:
Peter Johansson
Message:

new function 'diff' to compare two strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Suite.h

    r1182 r1207  
    8282  bool consistent(const Stats&, test::Suite&);
    8383
     84  // return true if a and b are different
     85  // sends differences to cout
     86  bool diff(const std::string& a, const std::string& b);
     87
    8488  bool equal(const StatsCollection& a, const StatsCollection& b,
    8589             test::Suite& suite);
Note: See TracChangeset for help on using the changeset viewer.