JavaScript Tests - kill writeLineToLog, etc. Not part of the build. Bug 358665, r=igor

git-svn-id: svn://10.0.0.236/trunk@214416 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bclary%bclary.com
2006-10-30 16:48:38 +00:00
parent e59c02584d
commit b0f2936496
131 changed files with 1137 additions and 995 deletions

View File

@@ -236,9 +236,9 @@ function MyObject( stringValue ) {
function TestObject( description, javaField, javaMethod, javaType,
jsValue, jsType )
{
writeLineToLog("hi");
print("hi");
eval (description);
writeLineToLog("bye")
print("bye")
this.description = description;
this.javaFieldName = javaField;
this.javaFieldValue = eval( javaField );