[Pkg-javascript-commits] [node-async] 131/480: fixed noConflict test
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit 6bcbcc250fe95366b6347e35f150fb20e1e19aca
Author: zaphod1984 <zaphod84 at gmx.de>
Date: Sun Feb 12 14:51:58 2012 +0100
fixed noConflict test
---
test/test-async.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/test-async.js b/test/test-async.js
index d3eeddc..545a005 100644
--- a/test/test-async.js
+++ b/test/test-async.js
@@ -1072,7 +1072,7 @@ exports['noConflict - node only'] = function(test){
var filename = __dirname + '/../lib/async.js';
fs.readFile(filename, function(err, content){
if(err) return test.done();
- var Script = process.binding('evals').Script;
+ var Script = process.binding('evals').NodeScript;
var s = new Script(content, filename);
var s2 = new Script(
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list