commit | f26eb90f178aed006a044fefedb135264ec29a6f | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Mon Apr 21 10:20:41 2014 -0700 |
committer | Marco Nelissen <marcone@google.com> | Mon Apr 21 10:20:41 2014 -0700 |
tree | 762d0e2b38c8bd85e882e02d43018e16154bc3b5 | |
parent | 8c6e0e847e95ca67a727de34ba5d4a99d784727c [diff] |
Fix build Change-Id: I57488656bf1110f6d84fe2ff4dbcfc5704ed8783
diff --git a/tests/tests/provider/src/android/provider/cts/MediaStore_FilesTest.java b/tests/tests/provider/src/android/provider/cts/MediaStore_FilesTest.java index cfc0420..356fe3c 100644 --- a/tests/tests/provider/src/android/provider/cts/MediaStore_FilesTest.java +++ b/tests/tests/provider/src/android/provider/cts/MediaStore_FilesTest.java
@@ -382,7 +382,7 @@ Uri albumArtUri = ContentUris.withAppendedId(albumArtUriBase, albumid); try { pfd = mResolver.openFileDescriptor(albumArtUri, "r"); - fail(("no album art, shouldn't be here. Got: " + realPathFor(pfd)); + fail("no album art, shouldn't be here. Got: " + realPathFor(pfd)); } catch (Exception e) { // expected }