test: Fixed typos and issues in manual tests

This commit is contained in:
Eberhard Graether
2018-12-17 23:06:15 +01:00
parent 22b1b0cc40
commit 4152deb15e
8 changed files with 23 additions and 28 deletions
+12 -11
View File
@@ -121,6 +121,18 @@ class Level_4_Class_2
class Level_3_Class_5 : public Level_2_Class_2 {};
class Level_3_Class_6 : public Level_2_Class_2 {};
// ACTION 2: Show derived graph '^'
// RESULTS 2:
// - vertical layout using bezier curve edges
// - nodes from level 1 to 4 displayed
// - layout contains template specialization
// - there are 2 framed groups in the graph
// ACTION 3: click on one framed group
// ACTION 4: click on an edge connected to a framed group
// RESULT 3 & 4: The groups are split
class Level_4_Class_1 // <- ACTION 5: activate
: public Level_3_Class_5
, public Level_3_Class_6
@@ -133,17 +145,6 @@ void level_5_func()
Level_3_Class_1<bool> c;
}
// ACTION 2: Show derived graph '^'
// RESULTS 2:
// - vertical layout using bezier curve edges
// - nodes from level 1 to 4 displayed
// - layout contains template specialization
// - there are 2 framed groups in the graph
// ACTION 3: click on one framed group
// ACTION 4: click on an edge connected to a framed group
// RESULT 3 & 4: The groups are split
// ACTION 6: Show base graph 'v'
// RESULTS 6: like before with other direction