/[svn]/libgig/trunk/src/testcases/GigWriteTest.h
ViewVC logotype

Diff of /libgig/trunk/src/testcases/GigWriteTest.h

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

revision 917 by schoenebeck, Sun Aug 20 14:50:36 2006 UTC revision 923 by schoenebeck, Thu Oct 19 19:01:13 2006 UTC
# Line 12  class GigWriteTest : public CppUnit::Tes Line 12  class GigWriteTest : public CppUnit::Tes
12      CPPUNIT_TEST(testOpenCreatedGigFile);      CPPUNIT_TEST(testOpenCreatedGigFile);
13      CPPUNIT_TEST(testArticulationsOfCreatedGigFile);      CPPUNIT_TEST(testArticulationsOfCreatedGigFile);
14      CPPUNIT_TEST(testWriteSamples);      CPPUNIT_TEST(testWriteSamples);
15        CPPUNIT_TEST(testSamplesData);
16      CPPUNIT_TEST_SUITE_END();      CPPUNIT_TEST_SUITE_END();
17    
18      public:      public:
# Line 24  class GigWriteTest : public CppUnit::Tes Line 25  class GigWriteTest : public CppUnit::Tes
25          void testOpenCreatedGigFile();          void testOpenCreatedGigFile();
26          void testArticulationsOfCreatedGigFile();          void testArticulationsOfCreatedGigFile();
27          void testWriteSamples();          void testWriteSamples();
28            void testSamplesData();
29  };  };
30    
31  #endif // __LIBGIG_GIGWRITETEST_H__  #endif // __LIBGIG_GIGWRITETEST_H__

Legend:
Removed from v.917  
changed lines
  Added in v.923

  ViewVC Help
Powered by ViewVC