Skip to content

Commit

Permalink
Fix CompilerToJavaTest after recent changes to compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Sep 22, 2019
1 parent 2afb476 commit 39e59ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ public void testReadmeExample() throws IOException, CompilerError {
outputStream.close();

String code = outputStream.toString("unicode");
assertThat(code, CoreMatchers.containsString("StandardRecognizer section_mood"));
assertThat(code, CoreMatchers.containsString("StandardRecognizer section_GPS_navigation"));
assertThat(code, CoreMatchers.containsString("StandardRecognizerData section_mood"));
assertThat(code, CoreMatchers.containsString("StandardRecognizerData section_GPS_navigation"));
assertThat(code, CoreMatchers.containsString("package com.hello.world"));
assertThat(code, CoreMatchers.containsString("class MyClass"));
}
Expand Down

0 comments on commit 39e59ee

Please sign in to comment.