Skip to content

Commit

Permalink
notns test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
kerphi committed Aug 9, 2012
1 parent edab505 commit de2f25a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/general.js
Expand Up @@ -416,9 +416,9 @@ exports['nodocument'] = function (test) {
test.done();
}

/*

exports['notns'] = function (test) {
test.ok(this.jw.setIndent(true));
//test.ok(this.jw.setIndent(true));
test.ok(this.jw.startDocument('1.0', 'utf-8', true));
test.ok(this.jw.startElement('rdf:RDF'));
test.ok(this.jw.writeAttribute('xmlns:skos', 'http://skos'));
Expand Down Expand Up @@ -452,9 +452,10 @@ exports['notns'] = function (test) {
test.equal(r['rdf:RDF']['skos:Concept'][0]['rdf:about'], 1);
test.equal(r['rdf:RDF']['skos:Concept'][1]['rdf:about'], 2);
test.done();
}

/*
exports['nsnull'] = function (test) {
test.ok(this.jw.setIndent(true));
test.ok(this.jw.startDocument('1.0', 'utf-8', true));
Expand Down

0 comments on commit de2f25a

Please sign in to comment.