Fix test_button03 UNEXPECTED PASS

This commit is contained in:
Robert O'Callahan 2010-06-01 12:44:21 +12:00
parent 83d6dd40aa
commit f539d6d804

View File

@ -97,11 +97,7 @@ testNode = nodeList.item(0);
vfaction = formNode.action;
// its not clear that this test is valid
// mozilla returns a fully expanded uri
//assertEquals("formLink","...",vfaction);
todo_is(vfaction, "...", "formLink");
assertEquals("formLink","...",vfaction);
}
</script>