KT-2184 Fix rendering of error types

#KT-2184 Fixed
This commit is contained in:
Andrey Breslav
2012-06-07 15:52:39 +04:00
parent 37560fac10
commit b5f5ba7e32
3 changed files with 11 additions and 0 deletions
@@ -69,6 +69,10 @@ public class DescriptorRendererTest extends JetLiteFixture {
doTest();
}
public void testErrorType() throws IOException {
doTest();
}
@Override
protected String getTestDataPath() {
return JetTestCaseBuilder.getTestDataPathBase() + "/renderer";