[Pkg-javascript-commits] [node-expat] 58/371: unified wording in test
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 09:59:45 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 9502068b76a1bbd9022ba00f010c5560ca6d85bc
Author: Peter <github at mazdermind.de>
Date: Fri Apr 8 14:53:06 2011 +0200
unified wording in test
---
test.js | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/test.js b/test.js
index b4d3aa8..8148ab1 100644
--- a/test.js
+++ b/test.js
@@ -138,7 +138,6 @@ function testStopResume(cb)
return cb(false);
}
- sys.puts("Completed Stop/Resume test");
return cb(true);
}
});
@@ -207,8 +206,8 @@ expect(new Buffer('<foo><![CDATA[bar]]></foo>'),
sys.puts("Ran "+tests+" tests with "+iterations+" iterations: "+fails+" failures.");
-sys.puts("Starting async StartStop (wait for result...)");
+sys.puts("Starting Stop/Resume Test (wait for result...)");
testStopResume(function(success) {
- sys.puts("StartStop Test "+(success ? 'succeeded' : 'failed'));
+ sys.puts("Stop/Resume Test "+(success ? 'succeeded' : 'failed'));
});
--
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