This commit is contained in:
Simone Giannecchini 2016-10-18 10:30:06 +00:00 committed by GitHub
commit ebd66f4474

View File

@ -32,9 +32,9 @@ public class LayerDecoder21Test{
@Before @Before
public void setUp() throws IOException{ public void setUp() throws IOException{
File layerFile = new ClassPathResource("testdata/layerExample21.xml").getFile(); File layerFile = new ClassPathResource("testdata/layerExample21.xml").getFile();
String layerString = FileUtils.readFileToString(layerFile); String layerString = FileUtils.readFileToString(layerFile);
layer = (RESTLayer21) RESTLayer21.build(layerString); layer = (RESTLayer21) RESTLayer21.build(layerString);
} }
@Test @Test