Skip to content

Commit

Permalink
Renamed test
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 23, 2013
1 parent 4f95844 commit 9e97609
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
import org.junit.runner.RunWith;

/**
* FIXME This test needs to be refactored to be a bit less brittle. It breaks when addon POMs change.
* Addon Manager installation tests
*
* @author <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a>
*/
@RunWith(Arquillian.class)
public class AddonInstancesAreSingletonsTest
public class AddonManagerTest
{
@BeforeClass
public static void setRemoteRepository() throws IOException
Expand Down Expand Up @@ -90,7 +90,7 @@ public static ForgeArchive getDeployment()
private AddonManager addonManager;

@Test
public void testInstallingAddonWithSingleOptionalAddonDependency() throws InterruptedException, TimeoutException
public void testInstallingAddonWithNoDependency() throws InterruptedException, TimeoutException
{
int addonCount = registry.getAddons().size();
final AddonId exampleId = AddonId.fromCoordinates("test:no_dep,1.0.0.Final");
Expand Down

0 comments on commit 9e97609

Please sign in to comment.