Skip to content

Commit

Permalink
Re-enable PropertiesBasedResumableProcesserTest, close #53
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Landelle committed Mar 11, 2013
1 parent 87d2666 commit 5756f83
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
* @author Benjamin Hanzelmann
*/
public class PropertiesBasedResumableProcesserTest {
@Test (enabled = false)
public void testSaveLoad()
throws Exception {
@Test
public void testSaveLoad() throws Exception {
PropertiesBasedResumableProcessor p = new PropertiesBasedResumableProcessor();
p.put("http://localhost/test.url", 15L);
p.put("http://localhost/test2.url", 50L);
Expand Down

0 comments on commit 5756f83

Please sign in to comment.