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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user