mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
This commit is contained in:
parent
f31253fa1b
commit
012ab7ffa9
@ -128,7 +128,6 @@ public class HibernateDomainExporterTest {
|
||||
private static void assertContains(File file, String... strings) throws IOException{
|
||||
assertTrue(file.getPath() + " doesn't exist", file.exists());
|
||||
String result = FileUtils.readFileToString(file, "UTF-8");
|
||||
// System.out.println(result);
|
||||
for (String str : strings){
|
||||
assertTrue(str + " was not contained", result.contains(str));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user