not part of build. Now that null DOM strings are correctly supported we can fix the test case

This commit is contained in:
jband%netscape.com 2001-11-10 22:35:26 +00:00
parent 10e6a597bd
commit cd8dc8ee2c

View File

@ -241,7 +241,7 @@ print("EchoIn2OutOneDOMString of empty string - "+(
? "passed" : "failed"));
print("EchoIn2OutOneDOMString of null - "+(
echo.EchoIn2OutOneDOMString(null) == "null"
echo.EchoIn2OutOneDOMString(null) == null
? "passed" : "failed"));
print("EchoIn2OutOneDOMString of undefined - "+(