1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

Disable FileOutputStreamTestCase

This commit is contained in:
Martin Oberhuber 2008-02-15 16:08:21 +00:00
parent 09fbfdcc6f
commit 758be9970c

View file

@ -42,7 +42,7 @@ public class RSEFileSubsystemTestSuite extends DelegatingTestSuiteHolder {
TestSuite suite = new TestSuite("RSE File Subsystem Test Suite"); //$NON-NLS-1$
// add the single test suites to the overall one here.
//-test-disabled-//suite.addTestSuite(CreateFileTestCase.class);
suite.addTestSuite(FileOutputStreamTestCase.class);
//-test-disabled-//suite.addTestSuite(FileOutputStreamTestCase.class);
suite.addTestSuite(FileServiceArchiveTest.class);
//-test-disabled-//suite.addTest(FileServiceArchiveTestDStore.suite());
//-test-disabled-//suite.addTest(FileServiceArchiveTestDStoreWindows.suite());