[Pkg-javascript-commits] [node-expat] 86/371: test.js: twice parsing is pending

Jonas Smedegaard dr at jones.dk
Sun Feb 28 09:59:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository node-expat.

commit a815b6a35e35ae664a5afc7f7f067597d889314f
Author: Astro <astro at spaceboyz.net>
Date:   Tue Aug 16 14:06:26 2011 +0200

    test.js: twice parsing is pending
---
 test.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test.js b/test.js
index 7def9b0..d1dfe7f 100644
--- a/test.js
+++ b/test.js
@@ -237,7 +237,8 @@ vows.describe('node-expat').addBatch({
 	    assert.ok(true, "Did not segfault");
 	}, 
  	
-	'parsing twice the same document with the same parser instance should be fine': function() {
+	'parsing twice the same document with the same parser instance should be fine': 'reset() not yet implemented'
+	/*function() {
 	   var p = new expat.Parser("UTF-8");
            var xml = "<foo>bar</foo>";
            var result = p.parse(xml);
@@ -248,6 +249,6 @@ vows.describe('node-expat').addBatch({
            assert.isNull(p.getError());
            assert.ok(result2);
             
-        }
+        }*/
     }
 }).run();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git



More information about the Pkg-javascript-commits mailing list