From e73ed534163b261470e1ca59c78f29a84829a30b Mon Sep 17 00:00:00 2001 From: unscriptable Date: Mon, 14 Oct 2013 21:30:05 -0400 Subject: [PATCH] Fix paths in test runner to allow serving of files at a lower level. --- test/issue34.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/issue34.html b/test/issue34.html index e6e381cb..f0b1ae4e 100644 --- a/test/issue34.html +++ b/test/issue34.html @@ -11,13 +11,13 @@ curl( { - baseUrl: '../..', + baseUrl: '..', paths: { // this pattern fails in 0.5.x: - 'curl': 'curl/src/curl' + 'curl': 'src/curl' }, // we're not testing plugin path resolution, so just ensure domReady! works: - pluginPath: '../../curl/src/curl/plugin' + pluginPath: 'curl/plugin' }, [ // see if curl can find something under 'curl'