Skip to content

Commit 2be608f

Browse files
Hong TengAndroid Git Automerger
authored andcommitted
am 6db79c3: Merge "Fix for issue 5712743 video editor functional test : testPreviewDuringExport fails -Correct the invalid filename, which contains control character. And with the invalid filename, the cts fails only on crespo, but passes on stingray and prime." int
* commit '6db79c35c0cb4e26c6aff4a913777fd21069fd3c': Fix for issue 5712743 video editor functional test : testPreviewDuringExport fails -Correct the invalid filename, which contains control character. And with the invalid filename, the cts fails only on crespo, but passes on stingray and prime.
2 parents d49ec62 + 6db79c3 commit 2be608f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/VideoEditorPreviewTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ public void onProgress(Object item, int action, int progress) {
709709

710710

711711
blockTillPreviewCompletes.acquire();
712-
final String fileName = mVideoEditor.getPath() + "\test.3gp";
712+
final String fileName = mVideoEditor.getPath() + "/test.3gp";
713713
final int height = MediaProperties.HEIGHT_480;
714714
final int bitrate = MediaProperties.BITRATE_512K;
715715

0 commit comments

Comments
 (0)