resolved conflicts for merge of ad94a983 to master
This commit is contained in:
@@ -499,4 +499,8 @@ public class UriTest extends TestCase {
|
||||
|
||||
assertEquals(uriString, uri.toString());
|
||||
}
|
||||
|
||||
public void testEmptyToStringNotNull() {
|
||||
assertNotNull(Uri.EMPTY.toString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user