Skip to content

Commit

Permalink
Tests: Adjust LibVLC API coverage to reflect libvlc_media_player_get_…
Browse files Browse the repository at this point in the history
…media removal
  • Loading branch information
mfkl committed Apr 26, 2021
1 parent 474d733 commit 9531e95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/LibVLCSharp.Tests/LibVLCAPICoverage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ public async Task CheckLibVLCCoverage()
List<string> notImplementedOnPurpose = new List<string>
{
"libvlc_printerr", "libvlc_vprinterr", "libvlc_clock", "libvlc_dialog_get_context", "libvlc_dialog_set_context",
"libvlc_event_type_name", "libvlc_log_get_object", "libvlc_vlm", "libvlc_media_list_player", "libvlc_media_library"
"libvlc_event_type_name", "libvlc_log_get_object", "libvlc_vlm", "libvlc_media_list_player", "libvlc_media_library",
"libvlc_media_player_get_media"
};

List<string> exclude = new List<string>();
Expand Down Expand Up @@ -141,4 +142,4 @@ public async Task CheckLibVLCCoverage()
Assert.Zero(missingApisCount);
}
}
}
}

0 comments on commit 9531e95

Please sign in to comment.