Merge 0c84fa3e4d into 25759e86a5
This commit is contained in:
commit
ebd66f4474
@ -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
|
||||||
@ -66,4 +66,4 @@ public class LayerDecoder21Test{
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user