Update tests to align with changes made in 8094076

See gh-3900
This commit is contained in:
Andy Wilkinson
2015-09-21 16:55:20 +01:00
parent 80940764f6
commit 6c59e75874

View File

@@ -38,7 +38,7 @@ public class DevToolsPropertiesTests {
restart.getAllExclude(),
arrayContaining("META-INF/maven/**", "META-INF/resources/**",
"resources/**", "static/**", "public/**", "templates/**",
"foo/**", "bar/**"));
"**/*Test.class", "**/*Tests.class", "foo/**", "bar/**"));
}
@Test