resolved conflicts for merge of ad94a983 to master

This commit is contained in:
Bob Lee
2009-07-10 14:13:37 -07:00
3 changed files with 17 additions and 10 deletions

View File

@@ -499,4 +499,8 @@ public class UriTest extends TestCase {
assertEquals(uriString, uri.toString());
}
public void testEmptyToStringNotNull() {
assertNotNull(Uri.EMPTY.toString());
}
}