Skip to content

Commit

Permalink
Fixed test rpm destination dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigwblake committed Feb 20, 2014
1 parent 05b3bac commit fa2fe4d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ public class RedlineTaskTest extends TestBase {

@Test
public void testBadName() throws Exception {
File dir = ensureTargetDir();

RedlineTask task = new RedlineTask();
task.setDestination(dir);
task.setVersion("1.0");
task.setGroup("groupRequired");

Expand Down

0 comments on commit fa2fe4d

Please sign in to comment.