@@ -171,7 +171,7 @@ func testTomcat(platform switchblade.Platform, fixtures string) func(*testing.T,
171171 Expect (err ).NotTo (HaveOccurred (), logs .String )
172172
173173 Expect (logs .String ()).To (ContainSubstring ("Installing OpenJDK (8." ))
174- Expect (logs .String ()).To (ContainSubstring ("Tomcat 9 " ))
174+ Expect (logs .String ()).To (ContainSubstring ("Installed Tomcat (9. " ))
175175 Eventually (deployment ).Should (matchers .Serve (ContainSubstring ("OK" )))
176176 })
177177
@@ -185,7 +185,7 @@ func testTomcat(platform switchblade.Platform, fixtures string) func(*testing.T,
185185 Expect (err ).NotTo (HaveOccurred (), logs .String )
186186
187187 Expect (logs .String ()).To (ContainSubstring ("Installing OpenJDK (11." ))
188- Expect (logs .String ()).To (ContainSubstring ("Tomcat 9 " ))
188+ Expect (logs .String ()).To (ContainSubstring ("Installed Tomcat (9. " ))
189189 Eventually (deployment ).Should (matchers .Serve (ContainSubstring ("OK" )))
190190 })
191191
@@ -198,7 +198,7 @@ func testTomcat(platform switchblade.Platform, fixtures string) func(*testing.T,
198198 Expect (err ).NotTo (HaveOccurred (), logs .String )
199199
200200 Expect (logs .String ()).To (ContainSubstring ("Installing OpenJDK (17." ))
201- Expect (logs .String ()).To (ContainSubstring ("Tomcat 9 " ))
201+ Expect (logs .String ()).To (ContainSubstring ("Installed Tomcat (9. " ))
202202 Eventually (deployment ).Should (matchers .Serve (ContainSubstring ("OK" )))
203203 })
204204
@@ -224,7 +224,7 @@ func testTomcat(platform switchblade.Platform, fixtures string) func(*testing.T,
224224 Expect (err ).NotTo (HaveOccurred (), logs .String )
225225
226226 Expect (logs .String ()).To (ContainSubstring ("Installing OpenJDK (11." ))
227- Expect (logs .String ()).To (ContainSubstring ("Tomcat 10 " ))
227+ Expect (logs .String ()).To (ContainSubstring ("Installed Tomcat (10. " ))
228228 Eventually (deployment ).Should (matchers .Serve (ContainSubstring ("OK" )))
229229 })
230230
@@ -237,7 +237,7 @@ func testTomcat(platform switchblade.Platform, fixtures string) func(*testing.T,
237237 Expect (err ).NotTo (HaveOccurred (), logs .String )
238238
239239 Expect (logs .String ()).To (ContainSubstring ("Installing OpenJDK (17." ))
240- Expect (logs .String ()).To (ContainSubstring ("Tomcat 10 " ))
240+ Expect (logs .String ()).To (ContainSubstring ("Installed Tomcat (10. " ))
241241 Eventually (deployment ).Should (matchers .Serve (ContainSubstring ("OK" )))
242242 })
243243 })
@@ -258,7 +258,7 @@ func testTomcat(platform switchblade.Platform, fixtures string) func(*testing.T,
258258 Expect (err ).NotTo (HaveOccurred (), logs .String )
259259
260260 Expect (logs .String ()).To (ContainSubstring ("Installing OpenJDK (17." ))
261- Expect (logs .String ()).To (ContainSubstring ("Tomcat 10.1." ))
261+ Expect (logs .String ()).To (ContainSubstring ("Installed Tomcat ( 10.1." ))
262262 Eventually (deployment ).Should (matchers .Serve (ContainSubstring ("OK" )))
263263 })
264264 })
0 commit comments