Skip to content

Commit

Permalink
modfiied patch script location
Browse files Browse the repository at this point in the history
  • Loading branch information
arekatla committed Dec 2, 2011
1 parent 7d531ac commit 8f620ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/engine/test/mock/response-patch.ql
@@ -1,7 +1,7 @@
-- This is used temporarily

create table items.rp
on select get from "http://localhost:3000/FindItemsResponsePatch.json"
using patch 'response-patch.js'
using patch 'test/mock/response-patch.js'
resultset 'findItemsByKeywordsResponse';

FindItemsByKeywordsResponse = select * from items.rp;
Expand Down

0 comments on commit 8f620ed

Please sign in to comment.