Changeset 2705


Ignore:
Timestamp:
Mar 13, 2012, 8:14:20 AM (11 years ago)
Author:
Peter
Message:

make sure test catches possible regression (refs #508)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/commandline.cc

    r2703 r2705  
    164164    std::string msg(e.what());
    165165    if (msg.size()<15) {
    166       suite.xadd(false);
     166      suite.add(false);
    167167      suite.err() << "Error: short exception message\n"
    168168                  << "  exception message is: `" << msg
Note: See TracChangeset for help on using the changeset viewer.