Skip to content

Commit

Permalink
Fix paths in test runner to allow serving of files at a lower level.
Browse files Browse the repository at this point in the history
  • Loading branch information
unscriptable committed Oct 15, 2013
1 parent 51af9ef commit e73ed53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/issue34.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e73ed53

Please sign in to comment.