Changeset 5500
- Timestamp:
- 12/18/07 12:06:09 (1 year ago)
- Files:
-
- trunk/openlayers/tests/Format/test_XML.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/Format/test_XML.html
r5499 r5500 82 82 t.eq(expected, out, 83 83 "correctly writes an XML DOM doc"); 84 85 var out = format.write(doc.firstChild); 86 t.eq(expected, out, 84 var out = format.write( 85 format.getElementsByTagNameNS(doc, 86 "http://namespace.openlayers.org","root")[0]); 87 t.eq(out, expected, 87 88 "correctly writes an XML DOM node"); 88 89 }
