Skip to content

Commit

Permalink
Not every image will have an icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignasi Barrera committed Sep 7, 2012
1 parent e1ffe54 commit 1a8caf9
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ public void testGetCategory()
assertNotNull(category);
}

public void testGetIcon()
{
String iconUrl = env.virtualMachine.getTemplate().getIconUrl();
assertNotNull(iconUrl);
}

public void testRequestConversionToSameFormat()
{
try
Expand Down

0 comments on commit 1a8caf9

Please sign in to comment.