You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under the directory test/graphviz, the original base_* version .ps files are seemingly identical to those generated during the execution of gtest, which are prefixed by test_. But their filesizes are different and the assertion EXPECT_TRUE(compareFiles(FNameBase.CStr(), FNameTest.CStr())); in test/test-gviz.cpp, line 70 always fail.
What was the version of graphviz used to generate the original ones?
The text was updated successfully, but these errors were encountered:
Under the directory
test/graphviz
, the original base_* version .ps files are seemingly identical to those generated during the execution of gtest, which are prefixed bytest_
. But their filesizes are different and the assertionEXPECT_TRUE(compareFiles(FNameBase.CStr(), FNameTest.CStr()));
intest/test-gviz.cpp, line 70
always fail.What was the version of graphviz used to generate the original ones?
The text was updated successfully, but these errors were encountered: