File tree Expand file tree Collapse file tree
single-line-diagram/single-line-diagram-core/src/test/java/com/powsybl/sld Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232class SingleLineDiagramTest extends AbstractTestCaseIidm {
3333
3434 private FileSystem fileSystem ;
35+ protected Path tempDirectory ;
3536 private Network network ;
3637 private Path svgPath ;
3738 private final SldParameters sldParameters = new SldParameters ();
@@ -41,7 +42,7 @@ class SingleLineDiagramTest extends AbstractTestCaseIidm {
4142 public void setUp () throws IOException {
4243 network = Networks .createNetworkWithTieLineInVoltageLevel ();
4344 fileSystem = Jimfs .newFileSystem (Configuration .unix ());
44- Path tempDirectory = fileSystem .getPath ("/tmp" );
45+ tempDirectory = fileSystem .getPath ("/tmp" );
4546 Files .createDirectory (tempDirectory );
4647 svgPath = tempDirectory .resolve ("test.svg" );
4748 sldParameters .getSvgParameters ().setPrefixId ("Test" );
You can’t perform that action at this time.
0 commit comments