Update LayerDecoder21Test.java
This commit is contained in:
parent
797dac9289
commit
0c84fa3e4d
@ -29,9 +29,9 @@ public class LayerDecoder21Test{
|
||||
|
||||
@Before
|
||||
public void setUp() throws IOException{
|
||||
File layerFile = new ClassPathResource("testdata/layerExample21.xml").getFile();
|
||||
String layerString = FileUtils.readFileToString(layerFile);
|
||||
layer = (RESTLayer21) RESTLayer21.build(layerString);
|
||||
File layerFile = new ClassPathResource("testdata/layerExample21.xml").getFile();
|
||||
String layerString = FileUtils.readFileToString(layerFile);
|
||||
layer = (RESTLayer21) RESTLayer21.build(layerString);
|
||||
}
|
||||
|
||||
@Test
|
||||
@ -63,4 +63,4 @@ public class LayerDecoder21Test{
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user