aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/tests/pathparsing.js
diff options
context:
space:
mode:
authorslomo <steve.harrison@gmx.net>2011-04-17 21:33:42 +0200
committerslomo <steve.harrison@gmx.net>2011-04-17 21:33:42 +0200
commitffa69485eaaad5283162dd90b19fd284bc9f87ca (patch)
treecd89f170bf433c4cb77785fc46c5370f9195e24b /src/nodejs/tests/pathparsing.js
parentbfbc478c5ec2e07d5047ae020361bedfa4e5f4c6 (diff)
parent9a62f0c465cb1250e5f1ec825aed12a0792291de (diff)
downloadosm-xapi-ffa69485eaaad5283162dd90b19fd284bc9f87ca.tar.gz
osm-xapi-ffa69485eaaad5283162dd90b19fd284bc9f87ca.tar.xz
osm-xapi-ffa69485eaaad5283162dd90b19fd284bc9f87ca.zip
Merge branch 'master' of github.com:slomo/osm-spline-xapi
Diffstat (limited to 'src/nodejs/tests/pathparsing.js')
-rw-r--r--src/nodejs/tests/pathparsing.js4
1 files changed, 2 insertions, 2 deletions
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');