--- libgig/trunk/src/testcases/GigWriteTest.h 2006/10/02 18:40:10 922 +++ libgig/trunk/src/testcases/GigWriteTest.h 2006/10/19 19:01:13 923 @@ -12,6 +12,7 @@ CPPUNIT_TEST(testOpenCreatedGigFile); CPPUNIT_TEST(testArticulationsOfCreatedGigFile); CPPUNIT_TEST(testWriteSamples); + CPPUNIT_TEST(testSamplesData); CPPUNIT_TEST_SUITE_END(); public: @@ -24,6 +25,7 @@ void testOpenCreatedGigFile(); void testArticulationsOfCreatedGigFile(); void testWriteSamples(); + void testSamplesData(); }; #endif // __LIBGIG_GIGWRITETEST_H__