fixed failed tests.

This commit is contained in:
Ekaterina Tuzova
2011-01-23 15:47:43 +03:00
parent 2161e2fc49
commit 03f04c515e
9 changed files with 22 additions and 47 deletions

View File

@@ -133,10 +133,6 @@ public class PythonHighlightingTest extends PyLightFixtureTestCase {
doTest();
}
public void testUnsupportedFeaturesInPython2() {
doTest(LanguageLevel.PYTHON25, true, false);
}
public void testUnsupportedFeaturesInPython3() {
doTest(LanguageLevel.PYTHON30, true, false);
}