Skip to content

Commit

Permalink
gchqgh-140 - updated ui test to include the matchedVertex field
Browse files Browse the repository at this point in the history
  • Loading branch information
p013570 committed Jul 13, 2017
1 parent 9ba6e69 commit 0a454dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/test/java/uk/gov/gchq/gaffer/ui/QueryBuilderST.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ public class QueryBuilderST {
" \"source\": \"M5:10\",\n" +
" \"destination\": \"M5:9\",\n" +
" \"directed\": true,\n" +
" \"class\": \"uk.gov.gchq.gaffer.data.element.Edge\"\n",
" \"matchedVertex\": \"SOURCE\"",
"\"group\": \"RoadUse\",\n" +
" \"source\": \"M5:11\",\n" +
" \"destination\": \"M5:10\",\n" +
" \"directed\": true,\n" +
" \"class\": \"uk.gov.gchq.gaffer.data.element.Edge\"\n"
" \"matchedVertex\": \"DESTINATION\""
};

private WebDriver driver;
Expand Down

0 comments on commit 0a454dd

Please sign in to comment.