Changeset 5501
- Timestamp:
- 12/18/07 12:45: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
r5500 r5501 85 85 format.getElementsByTagNameNS(doc, 86 86 "http://namespace.openlayers.org","root")[0]); 87 out = out.replace(/[\r\n]/g, ''); 88 out = out.replace( /<\?.*\?>/, '') 87 89 t.eq(out, expected, 88 90 "correctly writes an XML DOM node");
