Update LayerDecoder21Test.java

This commit is contained in:
Simone Giannecchini 2016-04-06 17:42:04 +02:00
parent 797dac9289
commit 0c84fa3e4d

View File

@ -29,9 +29,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