/[svn]/linuxsampler/trunk/src/testcases/ConditionTest.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/testcases/ConditionTest.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 210 by schoenebeck, Tue May 4 18:52:24 2004 UTC revision 211 by schoenebeck, Sun Jul 25 23:27:41 2004 UTC
# Line 4  Line 4 
4    
5  CPPUNIT_TEST_SUITE_REGISTRATION(ConditionTest);  CPPUNIT_TEST_SUITE_REGISTRATION(ConditionTest);
6    
7    using namespace std;
8    
9    
10  // ConditionChecker  // ConditionChecker
11    
# Line 50  int ConditionTest::ConditionCheckerLocki Line 52  int ConditionTest::ConditionCheckerLocki
52    
53  // ConditionTest  // ConditionTest
54    
55    void ConditionTest::printTestSuiteName() {
56        cout << "\b \nRunning Condition Tests: " << flush;
57    }
58    
59  void ConditionTest::setUp() {  void ConditionTest::setUp() {
60  }  }
61    

Legend:
Removed from v.210  
changed lines
  Added in v.211

  ViewVC Help
Powered by ViewVC