Change-Id: Ica10e562f2d5c2f52102c1772eac8a9237c40be1
{
await AssertHelper.ThrowsAsync<UnsupportedContentException>(
() => _cmd.DetectFaceAsync(_cmd.Add(TestConstants.WavFile).Id));
+
+ await AssertHelper.ThrowsAsync<UnsupportedContentException>(
+ () => _cmd.DetectFaceAsync(_cmd.Add(TestConstants.FaceImageFileUnSupported).Id));
}
[Test]
internal static readonly string FaceImageFile = RootPath + "/face_image.jpg";
+ internal static readonly string FaceImageFileUnSupported = RootPath + "/face_image_unsupported.gif";
+
internal static readonly string AudioFile = RootPath + "/sound.mp3";
internal static readonly string VideoFile = RootPath + "/movie.mp4";