Skip to content

Commit

Permalink
fixed case mismatch in test file path
Browse files Browse the repository at this point in the history
  • Loading branch information
fschleich committed Jan 21, 2025
1 parent 176556b commit 9b54fa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void InvalidCPLBadJ2kProfile_03() throws IOException
@Test
public void InvalidCPLBadJ2kProfile_04() throws IOException
{
Path inputFile = TestHelper.findResourceByPath("TestIMP/Application2E2020/CPL_46154ef9-7b54-45eb-a85c-00efcb0d47a7_hd_resolution.xml");
Path inputFile = TestHelper.findResourceByPath("TestIMP/Application2E2020/CPL_46154ef9-7b54-45eb-a85c-00efcb0d47a7_HD_resolution.xml");
IMFErrorLogger logger = new IMFErrorLoggerImpl();

IMFCompositionPlaylist imfCompositionPlaylist = new IMFCompositionPlaylist(inputFile);
Expand Down

0 comments on commit 9b54fa3

Please sign in to comment.