~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/tests/testString.h

  • Committer: Christos Tsantilas
  • Date: 2009-02-18 22:18:35 UTC
  • mfrom: (9294.1.215 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090218221835-lfxxe3bs8uhu0b1h
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    CPPUNIT_TEST( testCmpDefault );
15
15
    CPPUNIT_TEST( testCmpEmptyString );
16
16
    CPPUNIT_TEST( testCmpNotEmptyDefault );
 
17
    CPPUNIT_TEST( testSubstr );
 
18
 
17
19
    CPPUNIT_TEST_SUITE_END();
18
20
 
19
21
public:
23
25
    void testCmpDefault();
24
26
    void testCmpEmptyString();
25
27
    void testCmpNotEmptyDefault();
 
28
    void testSubstr();
26
29
};
27
30
 
28
31
#endif