Skip to content

Commit 3d2569b

Browse files
author
Stephane Landelle
committed
Re-enable PropertiesBasedResumableProcesserTest, backport AsyncHttpClient#53
1 parent 045a064 commit 3d2569b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* @author Benjamin Hanzelmann
2424
*/
2525
public class PropertiesBasedResumableProcesserTest {
26-
@Test (enabled = false)
26+
@Test
2727
public void testSaveLoad()
2828
throws Exception {
2929
PropertiesBasedResumableProcessor p = new PropertiesBasedResumableProcessor();

0 commit comments

Comments
 (0)