Fixed access level of TranslationTest.

This commit is contained in:
pTalanov
2012-03-02 18:49:55 +04:00
parent d3e3f599ae
commit 14eab2357d
@@ -40,8 +40,8 @@ public abstract class TranslationTest extends BasicTest {
super(main);
}
protected void runFunctionOutputTest(String filename, String namespaceName,
String functionName, Object expectedResult) throws Exception {
public void runFunctionOutputTest(String filename, String namespaceName,
String functionName, Object expectedResult) throws Exception {
generateJsFromFile(filename);
runRhinoTest(withKotlinJsLib(getOutputFilePath(filename)),
new RhinoFunctionResultChecker(namespaceName, functionName, expectedResult));