File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public void testPost1() {
22
22
}
23
23
24
24
@ Test
25
- public void testPost2 () throws Exception {
25
+ public void testPost2 () throws Exception {
26
26
Response r = null ;
27
27
try {
28
28
r = httpManager .post ("http://up.qiniu.com" , "hello" , null );
Original file line number Diff line number Diff line change 16
16
17
17
public class ResumeUploadTest {
18
18
19
- class MyRet {
20
- public String hash ;
21
- public String key ;
22
- public String fsize ;
23
- public String fname ;
24
- public String mimeType ;
25
- }
26
-
27
19
@ Test
28
20
public void testXVar () throws IOException {
29
21
final String expectKey = "世/界" ;
@@ -99,4 +91,12 @@ public void test8M1k() throws Throwable {
99
91
}
100
92
template (1024 * 8 + 1 );
101
93
}
94
+
95
+ class MyRet {
96
+ public String hash ;
97
+ public String key ;
98
+ public String fsize ;
99
+ public String fname ;
100
+ public String mimeType ;
101
+ }
102
102
}
You can’t perform that action at this time.
0 commit comments