Skip to content

Commit

Permalink
Added graph shutdown to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsight committed Jun 25, 2014
1 parent bcd8f14 commit afa8d94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -75,6 +75,7 @@ public void testRunWindup() throws Exception
{
v.remove();
}
graphContext.getGraph().shutdown();
}
}
}
Expand Up @@ -16,6 +16,7 @@
import org.jboss.windup.graph.GraphContext;
import org.jboss.windup.graph.model.WindupConfigurationModel;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand Down Expand Up @@ -76,6 +77,7 @@ public void testRunWindupSourceMode() throws Exception
{
v.remove();
}
graphContext.getGraph().shutdown();
}
}
}

0 comments on commit afa8d94

Please sign in to comment.