1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 22:35:43 +02:00

fix for bug 333874 - remove this testcase

This commit is contained in:
Xuan Chen 2011-03-21 14:34:12 +00:00
parent 61b41bc2a8
commit 3b563e9a32

View file

@ -10,6 +10,7 @@
* Martin Oberhuber (Wind River) - Fix Javadoc warnings * Martin Oberhuber (Wind River) - Fix Javadoc warnings
* Martin Oberhuber (Wind River) - organize, enable and tag test cases * Martin Oberhuber (Wind River) - organize, enable and tag test cases
* Martin Oberhuber (Wind River) - [195402] Add constructor with test name * Martin Oberhuber (Wind River) - [195402] Add constructor with test name
* Xuan Chen (IBM) - [333874] [testing] Spurious NPE during testOpenFileFromTarArchive on hudson.eclipse.org
*******************************************************************************/ *******************************************************************************/
package org.eclipse.rse.tests.subsystems.files; package org.eclipse.rse.tests.subsystems.files;
@ -101,7 +102,7 @@ public class FileServiceArchiveTestDStore extends FileServiceArchiveTest {
suite.addTest(TestSuite.createTest(FileServiceArchiveTestDStore.class, "testSuperTransferDStoreWindowsAndDStore")); suite.addTest(TestSuite.createTest(FileServiceArchiveTestDStore.class, "testSuperTransferDStoreWindowsAndDStore"));
suite.addTest(TestSuite.createTest(FileServiceArchiveTestDStore.class, "testSuperTransferDStoreToLocal")); suite.addTest(TestSuite.createTest(FileServiceArchiveTestDStore.class, "testSuperTransferDStoreToLocal"));
//open a virtual file in tar archive //open a virtual file in tar archive
suite.addTest(TestSuite.createTest(FileServiceArchiveTestDStore.class, "testOpenFileFromTarArchive")); //$NON-NLS-1$ //suite.addTest(TestSuite.createTest(FileServiceArchiveTestDStore.class, "testOpenFileFromTarArchive")); //$NON-NLS-1$
//copy the virtual folder across connections //copy the virtual folder across connections
suite.addTest(TestSuite.createTest(FileServiceArchiveTestDStore.class, "testCopyVirtualFileFromDStoreToLocal")); //$NON-NLS-1$ suite.addTest(TestSuite.createTest(FileServiceArchiveTestDStore.class, "testCopyVirtualFileFromDStoreToLocal")); //$NON-NLS-1$