merged honfika changes

chinese translation for jsyntaxpane
This commit is contained in:
Jindra Petk
2013-08-25 10:32:23 +02:00
23 changed files with 340 additions and 58 deletions

View File

@@ -38,7 +38,7 @@ public class ExportTest {
@BeforeClass
public void addLogger() {
Configuration.setConfig("autoDeobfuscate", Boolean.TRUE);
Configuration.setConfig("autoDeobfuscate", true);
Logger logger = Logger.getLogger("");
logger.addHandler(new Handler() {
@Override
@@ -90,6 +90,12 @@ public class ExportTest {
public int handle(Throwable thrown) {
return AbortRetryIgnoreHandler.ABORT;
}
@Override
public AbortRetryIgnoreHandler getNewInstance() {
return this;
}
}, fdir.getAbsolutePath(), false, false);
} catch (Exception ex) {
fail();