tests fixed

This commit is contained in:
Honfika
2013-10-15 00:13:24 +02:00
parent b82bd36058
commit cf21654000
15 changed files with 30 additions and 17 deletions

View File

@@ -386,7 +386,7 @@ public class Helper {
if (i < stack.size() - 1) {
ret += ", ";
}
ret += stack.get(i).toString(false, localData);
ret += stack.get(i).toString(localData);
}
ret += "]";
return ret;