Skip to content

Commit

Permalink
FIXED: yet another fix to staffNS.xml.js to be one step closer to bei…
Browse files Browse the repository at this point in the history
…ng identical to staffNS.xml
  • Loading branch information
tmpvar committed Jan 30, 2011
1 parent 391f2de commit 19b2815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/level2/core/files/staffNS.xml.js
Expand Up @@ -187,7 +187,7 @@ exports.staffNS = function() {
id.appendChild(doc.createTextNode("EMP0004"));
salary.appendChild(doc.createTextNode("95,000"));
address.setAttributeNS("http://www.nist.gov", "emp:domestic", "Yes");
address.setAttributeNS("http://www.nist.gov", "emp:street", "Y");
address.setAttributeNS(null, "street", "Y");

// This behavior appears to be undefined!
address.setAttributeNS("http://www.nist.gov", "emp:zone", "CANADA");
Expand Down

0 comments on commit 19b2815

Please sign in to comment.