1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-18 22:45:23 +02:00

fix for bug 333874 - remove this testcase totally

This commit is contained in:
Xuan Chen 2011-03-21 19:47:55 +00:00
parent 3b563e9a32
commit bd63b96760

View file

@ -890,7 +890,7 @@ public abstract class FileServiceArchiveBaseTest extends FileServiceBaseTest {
/*
public void testOpenFileFromTarArchive() throws Exception { public void testOpenFileFromTarArchive() throws Exception {
if (isTestDisabled()) if (isTestDisabled())
return; return;
@ -951,7 +951,7 @@ public abstract class FileServiceArchiveBaseTest extends FileServiceBaseTest {
assertTrue(sameContent); assertTrue(sameContent);
} }
*/
} }