|
1 | 1 | #include "SimpleTest.hpp" |
2 | 2 | #include "NUIE_NodeEditor.hpp" |
3 | 3 | #include "NUIE_NodeCommonMenuCommands.hpp" |
| 4 | +#include "NUIE_FeatureSet.hpp" |
4 | 5 | #include "BI_InputUINodes.hpp" |
5 | 6 | #include "BI_ViewerUINodes.hpp" |
6 | 7 | #include "VisualTestFramework.hpp" |
@@ -32,7 +33,7 @@ const BasicSkinParams& GetSkinParamsWithMarkers () |
32 | 33 | /*slotTextColor*/ NUIE::Color (0, 0, 0), |
33 | 34 | /*slotTextBackgroundColor*/ NUIE::Color (246, 246, 246), |
34 | 35 | /*slotMarker*/ SkinParams::SlotMarker::Circle, |
35 | | - /*hiddenSlotMarker*/ NUIE::SkinParams::SlotMarker::Rectangle, |
| 36 | + /*hiddenSlotMarker*/ NUIE::SkinParams::SlotMarker::FilledCircle, |
36 | 37 | /*slotMarkerSize*/ NUIE::Size (8.0, 8.0), |
37 | 38 | /*selectionBlendColor*/ NUIE::BlendColor (NUIE::Color (41, 127, 255), 0.25), |
38 | 39 | /*disabledBlendColor*/ NUIE::BlendColor (NUIE::Color (0, 138, 184), 0.2), |
@@ -638,6 +639,7 @@ TEST (AlignNodesTest) |
638 | 639 |
|
639 | 640 | TEST (HideConnectionsTest) |
640 | 641 | { |
| 642 | + FeatureEnableGuard featureGuard ("HideConnections", true); |
641 | 643 | SimpleNodeEditorTestEnvWithConnections env (GetSkinParamsWithMarkers ()); |
642 | 644 |
|
643 | 645 | ASSERT (env.CheckReference (L"HideConnectionsTest_Initial.svg")); |
|
0 commit comments