Skip to content

Commit

Permalink
Fix dataflow tests by creating spanner instance. Fix vision tests by …
Browse files Browse the repository at this point in the history
…updating match tag from 'Landmark' to 'History.'
  • Loading branch information
dzlier-gcp committed May 9, 2018
1 parent 26b3930 commit 9cf995f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dataflow/spanner-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<reportNameSuffix>sponge_log</reportNameSuffix>
<systemPropertyVariables>
<spanner.test.instance>default-instance</spanner.test.instance>
</systemPropertyVariables>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public void detectWebAnnotations() throws Exception {

// Assert
String got = bout.toString();
assertThat(got).contains("Landmark");
assertThat(got).contains("History");
assertThat(got).contains("Best guess label: palace of fine arts");
}

Expand All @@ -256,7 +256,7 @@ public void detectWebAnnotationsGcs() throws Exception {

// Assert
String got = bout.toString();
assertThat(got).contains("Landmark");
assertThat(got).contains("History");
assertThat(got).contains("Best guess label: palace of fine arts");
}

Expand Down

0 comments on commit 9cf995f

Please sign in to comment.