Skip to content

Commit 5756f83

Browse files
author
Stephane Landelle
committed
Re-enable PropertiesBasedResumableProcesserTest, close AsyncHttpClient#53
1 parent 87d2666 commit 5756f83

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

api/src/test/java/com/ning/http/client/resumable/PropertiesBasedResumableProcesserTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
* @author Benjamin Hanzelmann
2424
*/
2525
public class PropertiesBasedResumableProcesserTest {
26-
@Test (enabled = false)
27-
public void testSaveLoad()
28-
throws Exception {
26+
@Test
27+
public void testSaveLoad() throws Exception {
2928
PropertiesBasedResumableProcessor p = new PropertiesBasedResumableProcessor();
3029
p.put("http://localhost/test.url", 15L);
3130
p.put("http://localhost/test2.url", 50L);

0 commit comments

Comments
 (0)