From 2c799a47e2d64467565791a7db3468f254a1f142 Mon Sep 17 00:00:00 2001 From: booo Date: Thu, 14 Apr 2011 17:27:53 +0200 Subject: removed async_testing as sub repo; fixed test suites --- src/nodejs/tests/async_basis_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nodejs/tests/async_basis_test.js') diff --git a/src/nodejs/tests/async_basis_test.js b/src/nodejs/tests/async_basis_test.js index 47062e3..c083a19 100644 --- a/src/nodejs/tests/async_basis_test.js +++ b/src/nodejs/tests/async_basis_test.js @@ -1,5 +1,5 @@ if (module == require.main) { - return require('./node-async-testing/lib/async_testing').run(process.ARGV); + return require('async_testing').run(__filename, process.ARGV); } module.exports = { -- cgit v1.2.3