Skip to content

Commit 99f6474

Browse files
author
JemyCheung
committed
v7.4.4
1 parent 25ac287 commit 99f6474

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/src/androidTest/java/com/qiniu/android/CancelTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ protected void setUp() throws Exception {
3939
}
4040

4141

42-
public void testFile() throws Throwable {
43-
Temp[] ts = new Temp[]{templateFile(400, 0.2), templateFile(700, 0.2), templateFile(1024, 0.51), templateFile(4 * 1024, 0.5), templateFile(8 * 1024 + 1, 0.6)};
44-
checkTemp(ts, "testFile");
45-
}
42+
// public void testFile() throws Throwable {
43+
// Temp[] ts = new Temp[]{templateFile(400, 0.2), templateFile(700, 0.2), templateFile(1024, 0.51), templateFile(4 * 1024, 0.5), templateFile(8 * 1024 + 1, 0.6)};
44+
// checkTemp(ts, "testFile");
45+
// }
4646

4747
// public void testData() throws Throwable {
4848
// Temp[] ts = new Temp[]{templateData(400, 0.2), templateData(700, 0.2), templateData(1024, 0.51), templateData(4 * 1024 + 785, 0.5), templateData(4 * 1024, 0.5), templateData(8 * 1024, 0.6)};

0 commit comments

Comments
 (0)