Skip to content

Commit 2fe9130

Browse files
Hong TengAndroid Git Automerger
authored andcommitted
am 2be608f: 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 an
* commit '2be608f88cd469b40a472551f22a9d40903beede': 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 9c316f3 + 2be608f commit 2fe9130

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)