Enum test case extracted: testMethod added

This commit is contained in:
Andrey Breslav
2012-06-14 13:01:12 +04:00
parent 5b85e861b7
commit a7aff72a4d
@@ -61,6 +61,10 @@ public class DescriptorRendererTest extends JetLiteFixture {
doTest();
}
public void testEnum() throws IOException {
doTest();
}
public void testTupleTypes() throws IOException {
doTest();
}