Skip to content

Commit 559c387

Browse files
author
JemyCheung
committed
testSplit
1 parent c4abb27 commit 559c387

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/src/androidTest/java/com/qiniu/android/common/AutoZoneTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ public class AutoZoneTest extends AndroidTestCase {
5151
// assertNull(zoneInfo);
5252
// }
5353

54-
public void testSplitE() {
55-
String s1 = "bkt:key";
56-
String s2 = "bkt";
57-
Assert.assertEquals(s1.split(":")[0], s2.split(":")[0]);
58-
}
54+
// public void testSplitE() {
55+
// String s1 = "bkt:key";
56+
// String s2 = "bkt";
57+
// Assert.assertEquals(s1.split(":")[0], s2.split(":")[0]);
58+
// }
5959

6060
public void testC1() {
6161
AutoZone autoZone = new AutoZone();

0 commit comments

Comments
 (0)