Skip to content

Commit

Permalink
- updated graphviz baseline files for graphviz version 2.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roks committed Nov 21, 2020
1 parent fb19803 commit 5dd9ce2
Show file tree
Hide file tree
Showing 50 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# Compile and run all the tests:
# make run
#
# Note:
# graphviz test files were generated with graphviz version 2.38.0

include ../Makefile.config
CXXFLAGS += $(CXXOPENMP)
Expand Down
Binary file removed test/graphviz/base_ngraph_Circo.gif
Binary file not shown.
Binary file modified test/graphviz/base_ngraph_Circo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/graphviz/base_ngraph_Circo.ps
Binary file not shown.
Binary file removed test/graphviz/base_ngraph_Circo_col.gif
Binary file not shown.
Binary file modified test/graphviz/base_ngraph_Circo_col.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/graphviz/base_ngraph_Circo_col.ps
Binary file not shown.
Binary file removed test/graphviz/base_ngraph_Dot.gif
Binary file not shown.
Binary file modified test/graphviz/base_ngraph_Dot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/graphviz/base_ngraph_Dot.ps
Binary file not shown.
Binary file removed test/graphviz/base_ngraph_Dot_col.gif
Binary file not shown.
Binary file modified test/graphviz/base_ngraph_Dot_col.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/graphviz/base_ngraph_Dot_col.ps
Binary file not shown.
Binary file removed test/graphviz/base_ngraph_Neato.gif
Binary file not shown.
Binary file modified test/graphviz/base_ngraph_Neato.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/graphviz/base_ngraph_Neato.ps
Binary file not shown.
Binary file removed test/graphviz/base_ngraph_Neato_col.gif
Binary file not shown.
Binary file modified test/graphviz/base_ngraph_Neato_col.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/graphviz/base_ngraph_Neato_col.ps
Binary file not shown.
Binary file removed test/graphviz/base_ngraph_Twopi.gif
Binary file not shown.
Binary file modified test/graphviz/base_ngraph_Twopi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/graphviz/base_ngraph_Twopi.ps
Binary file not shown.
Binary file removed test/graphviz/base_ngraph_Twopi_col.gif
Binary file not shown.
Binary file modified test/graphviz/base_ngraph_Twopi_col.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/graphviz/base_ngraph_Twopi_col.ps
Binary file not shown.
Binary file removed test/graphviz/base_ungraph_Circo.gif
Binary file not shown.
Binary file modified test/graphviz/base_ungraph_Circo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/graphviz/base_ungraph_Circo.ps
Binary file not shown.
Binary file removed test/graphviz/base_ungraph_Circo_col.gif
Binary file not shown.
Binary file modified test/graphviz/base_ungraph_Circo_col.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/graphviz/base_ungraph_Circo_col.ps
Binary file not shown.
Binary file removed test/graphviz/base_ungraph_Dot.gif
Binary file not shown.
Binary file modified test/graphviz/base_ungraph_Dot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/graphviz/base_ungraph_Dot.ps
Binary file not shown.
Binary file removed test/graphviz/base_ungraph_Dot_col.gif
Binary file not shown.
Binary file modified test/graphviz/base_ungraph_Dot_col.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/graphviz/base_ungraph_Dot_col.ps
Binary file not shown.
Binary file removed test/graphviz/base_ungraph_Neato.gif
Binary file not shown.
Binary file modified test/graphviz/base_ungraph_Neato.png
Binary file modified test/graphviz/base_ungraph_Neato.ps
Binary file not shown.
Binary file removed test/graphviz/base_ungraph_Neato_col.gif
Diff not rendered.
Binary file modified test/graphviz/base_ungraph_Neato_col.png
Binary file modified test/graphviz/base_ungraph_Neato_col.ps
Binary file not shown.
Binary file removed test/graphviz/base_ungraph_Twopi.gif
Diff not rendered.
Binary file modified test/graphviz/base_ungraph_Twopi.png
Binary file modified test/graphviz/base_ungraph_Twopi.ps
Binary file not shown.
Binary file removed test/graphviz/base_ungraph_Twopi_col.gif
Diff not rendered.
Binary file modified test/graphviz/base_ungraph_Twopi_col.png
Binary file modified test/graphviz/base_ungraph_Twopi_col.ps
Binary file not shown.
3 changes: 2 additions & 1 deletion test/test-gviz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ TEST(GVizTest, DrawGViz) {
else {
TSnap::DrawGViz(UNGraph1, TGVizLayout(i), FNameTest, LNames[i], true);
}

// Check if file exists
EXPECT_TRUE(fileExists(FNameTest.CStr()));

Expand Down Expand Up @@ -141,7 +142,7 @@ TEST(GVizTest, DrawGVizColor) {
true, NIdColorH);
}
}

// Check if file exists
EXPECT_TRUE(fileExists(FNameTest.CStr()));
}
Expand Down

0 comments on commit 5dd9ce2

Please sign in to comment.