Skip to content

Commit

Permalink
Improved AssumptionViolatedTest
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Sep 1, 2015
1 parent 04e45a3 commit 8a0b92b
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
package test.org.jboss.forge.furnace.harness;

import org.jboss.arquillian.container.test.api.Deployment;
import org.jboss.arquillian.junit.Arquillian;
import org.jboss.forge.arquillian.AddonDeployment;
import org.jboss.forge.arquillian.AddonDeployments;
import org.jboss.forge.arquillian.archive.AddonArchive;
import org.jboss.forge.furnace.Furnace;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.junit.Assert;
import org.junit.Assume;
import org.junit.Test;
Expand All @@ -21,17 +16,6 @@
@RunWith(Arquillian.class)
public class AssumptionViolatedTest
{
@Deployment
@AddonDeployments({
@AddonDeployment(name = "org.jboss.forge.furnace.container:cdi", version = "2.13.0.Final")
})
public static AddonArchive getDeployment()
{
AddonArchive archive = ShrinkWrap.create(AddonArchive.class);
archive.addAsLocalServices(AssumptionViolatedTest.class);
return archive;
}

@Test
public void testAssumptionShouldBeSkipped()
{
Expand Down

0 comments on commit 8a0b92b

Please sign in to comment.