Skip to content

Commit 706ee4c

Browse files
committed
TIKA-4838 - align the test comment with the sample-entry wording
1 parent 9ec25dc commit 706ee4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-audiovideo-module/src/test/java/org/apache/tika/parser/mp4

tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-audiovideo-module/src/test/java/org/apache/tika/parser/mp4/MP4ParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ private Set<String> getVals(Metadata m, String k) {
366366
@Test
367367
public void testDrmProtectedM4a() throws Exception {
368368
//the sample description declares a protected 'drms' sample entry: the
369-
//format is the protection scheme and has-drm is set
369+
//format is the protected sample entry format and has-drm is set
370370
Metadata metadata = new Metadata();
371371
getText("testMP4_drm.m4a", metadata);
372372
assertEquals("true", metadata.get(Audio.HAS_DRM));

0 commit comments

Comments
 (0)