Skip to content

Commit

Permalink
corrected path for patch file
Browse files Browse the repository at this point in the history
  • Loading branch information
arekatla committed Dec 1, 2011
1 parent 56bd4ee commit 82f6fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/engine/test/mock/scatter.ql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
create table items.rp
on select get from "http://localhost:3000/FindItemsResponsePatch.json"
using patch 'mock/scatter.js'
using patch 'test/mock/scatter.js'
resultset 'findItemsByKeywordsResponse';

FindItemsByKeywordsResponse = select * from items.rp;
Expand Down

0 comments on commit 82f6fbc

Please sign in to comment.