Resource transformers use AsynchronousFileChannel

Issue: SPR-15773
This commit is contained in:
Rossen Stoyanchev
2017-07-18 03:56:54 +02:00
parent bca5a36216
commit b0422d02dc
3 changed files with 118 additions and 152 deletions

View File

@@ -134,7 +134,7 @@ public class AppCacheManifestTransformerTests {
Matchers.containsString("http://example.org/image.png"));
assertThat("should generate fingerprint", content,
Matchers.containsString("# Hash: 4bf0338bcbeb0a5b3a4ec9ed8864107d"));
Matchers.containsString("# Hash: 8eefc904df3bd46537fa7bdbbc5ab9fb"));
}
}