Skip to content

Commit

Permalink
Merge branch 'master' into dib-mep-version
Browse files Browse the repository at this point in the history
  • Loading branch information
wynged authored Oct 12, 2023
2 parents d44f24c + 10d8ca2 commit be559cc
Show file tree
Hide file tree
Showing 129 changed files with 8 additions and 105,396 deletions.
2 changes: 1 addition & 1 deletion Elements.MEP/test/FittingsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public void PipeNetworkOperations(bool resizeNewPipe)
var pipeToResize = resizeNewPipe ? newEndPipe : pipe;
fittings.ResizePipe(pipeToResize, 0.06);
SaveToGltf("Operation resize after", fittings, "Resizing", true);
File.WriteAllText("../../../results/conns.dot", fittings.ToDotConnectors());
File.WriteAllText(TestUtils.GetTestPath() + "conns.dot", fittings.ToDotConnectors());

fittings.CheckComponentLabeling();

Expand Down
2 changes: 1 addition & 1 deletion Elements.MEP/test/TestUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class TestUtils
{
public static string GetTestPath(string directoryName = null)
{
var path = "../../../results/";
var path = "../../../TestResults/";
if (directoryName != null)
{
path = Path.Combine(path, directoryName);
Expand Down
Loading

0 comments on commit be559cc

Please sign in to comment.