Skip to content

Commit

Permalink
Merge branch 'main' of github.com:eclipse-sumo/sumo into Netedit_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Feb 3, 2025
2 parents 02b9f18 + 82cb89a commit 8c24bb7
Show file tree
Hide file tree
Showing 101 changed files with 1,620 additions and 1,321 deletions.
8 changes: 8 additions & 0 deletions src/netedit/GNEApplicationWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,15 @@ void
GNEApplicationWindow::loadOptionOnStartup() {
auto& neteditOptions = OptionsCont::getOptions();
if (neteditOptions.getBool("new")) {
// save output file
const auto outputFile = neteditOptions.getString("output-file");
// create new network reset all options
createNewNetwork();
// check if define output file
if (!outputFile.empty()) {
neteditOptions.resetWritable();
neteditOptions.set("net-file", outputFile);
}
} else {
// set flag
myAmLoading = true;
Expand Down
12 changes: 0 additions & 12 deletions tests/netedit/bugs/testsuite.netedit
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,8 @@
# due a call to computesinglenode(...)
revision24081

# loading a net.xml with prohibitions and deleting edges fails
ticket1711

# crash on opening lefthand network
ticket3900

# after recomputing green verge change to bikelanes
ticket4528

# crash after sequence of undo-redo, recomputings and join junctions
ticket5552

# Crash after undo lane deletion
ticket10588

# Crash after undo edge deletion
ticket10591
12 changes: 0 additions & 12 deletions tests/netedit/bugs/testsuite.neteditcheckoutput
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,8 @@
# due a call to computesinglenode(...)
revision24081

# loading a net.xml with prohibitions and deleting edges fails
ticket1711

# crash on opening lefthand network
ticket3900

# after recomputing green verge change to bikelanes
ticket4528

# crash after sequence of undo-redo, recomputings and join junctions
ticket5552

# Crash after undo lane deletion
ticket10588

# Crash after undo edge deletion
ticket10591
72 changes: 0 additions & 72 deletions tests/netedit/bugs/ticket10588/net.typ.xml

This file was deleted.

72 changes: 0 additions & 72 deletions tests/netedit/bugs/ticket10591/net.typ.xml

This file was deleted.

6 changes: 0 additions & 6 deletions tests/netedit/bugs/ticket1711/log.netedit

This file was deleted.

Loading

0 comments on commit 8c24bb7

Please sign in to comment.