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/pathparsing.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nodejs/tests/pathparsing.js') diff --git a/src/nodejs/tests/pathparsing.js b/src/nodejs/tests/pathparsing.js index ebd5baf..a012329 100644 --- a/src/nodejs/tests/pathparsing.js +++ b/src/nodejs/tests/pathparsing.js @@ -1,6 +1,6 @@ if (module == require.main) { - async_testing = require('./node-async-testing/lib/async_testing'); - return async_testing.run(process.ARGV); + async_testing = require('async_testing'); + return async_testing.run(__filename, process.ARGV); } var assert = require('assert'); -- cgit v1.2.3