Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Benjamin Ries committed Jun 21, 2023
1 parent c3c2f32 commit 4adb772
Show file tree
Hide file tree
Showing 3 changed files with 11,091 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Testing/TrackPlanerTest/TestMetamodel.cs
Expand Up @@ -536,10 +536,10 @@ public void TestRoutingConnectorDemo()
[TestMethod]
public void TestRoutingBasementDemo()
{
var path = WorkspaceRoot + @"Basement\metamodel.json";
var path = WorkspaceRoot + @"BasementTest\metamodel.json";
var field = LoadPlanFieldFile(path);

var startBlock = field["8x9"];
var startBlock = field["7x8"];
var r8_9 = field.GetRoutes(startBlock);
var targetBlock = field["21x18"];
foreach (var itR in r8_9)
Expand Down Expand Up @@ -688,7 +688,7 @@ public void TestCrossingSwitchDirections2()
[TestMethod]
public void TestAnalyzer()
{
var path = WorkspaceRoot + @"Basement\metamodel.json";
var path = WorkspaceRoot + @"BasementTest\metamodel.json";
var field = LoadPlanFieldFile(path);

var analyzer = new Analyze(field);
Expand Down

0 comments on commit 4adb772

Please sign in to comment.