Skip to content

Commit

Permalink
updated functional test, some data changed in the remote location
Browse files Browse the repository at this point in the history
  • Loading branch information
josmas committed Mar 22, 2012
1 parent 0d4a144 commit a861646
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@ public void testfileToImport() throws Exception{
String modelName = "scene2";
File brickZipFile = OurBricksDataProvider.fileToImport("http://vu.ourbricks.com/65affc69f210a6acaab21378eca21b08/processed/ourbricks.zip", modelName);
assertNotNull(brickZipFile);
assertTrue(brickZipFile.getName().equals("scenenew2.dae"));
assertEquals("export.dae", brickZipFile.getName());
}

}

0 comments on commit a861646

Please sign in to comment.