- Fixed tests

This commit is contained in:
Felipe Pena 2008-07-14 11:47:44 +00:00
parent bc8b11ce02
commit 8a388f61a1
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ $rootNode->appendChild($rootNode);
?>
--EXPECTF--
--- Catch exception with try/catch
object(DOMException)#%d (6) {
object(DOMException)#%d (%d) {
["message":protected]=>
string(23) "Hierarchy Request Error"
["string":"Exception":private]=>
@ -52,10 +52,10 @@ object(DOMException)#%d (6) {
}
}
}
["code"]=>
int(3)
["previous":"Exception":private]=>
NULL
["code"]=>
int(3)
}
--- Don't catch exception with try/catch

View File

@ -62,8 +62,8 @@ object(DOMException)#%d (7) {
}
}
}
["code"]=>
int(4)
["previous":"Exception":private]=>
NULL
["code"]=>
int(4)
}