diff --git a/testing/code_view/data/code_area_tests.cpp b/testing/code_view/data/code_area_tests.cpp index 7f0fc750..541391e8 100644 --- a/testing/code_view/data/code_area_tests.cpp +++ b/testing/code_view/data/code_area_tests.cpp @@ -65,7 +65,7 @@ void reference_test() // RESULTS: // - function is activated -// - definition location and refernence location is active +// - definition location and reference location is active // - reference navigation at top shows "2 references" // END ------------------------------------------------------------------------ @@ -158,7 +158,7 @@ int a = POW(42, 2); // <- ACTION 1: click on POW -// TEST: function tooltip +// TEST: function tooltip - BROKEN // START ---------------------------------------------------------------------- std::vector very_long_function_name_with_three_parameters( // <- ACTION 1: hover function @@ -188,7 +188,7 @@ std::vector very_long_function_name_with_three_parameters( // <- AC -// TEST: auto tooltip +// TEST: auto tooltip - BROKEN // START ---------------------------------------------------------------------- void auto_function(const std::vector& strings) @@ -202,7 +202,7 @@ void auto_function(const std::vector& strings) -// TEST: typedef tooltip +// TEST: typedef tooltip - BROKEN // START ---------------------------------------------------------------------- typedef unsigned int uint; diff --git a/testing/code_view/data/error_tests.cpp b/testing/code_view/data/error_tests.cpp index d13ff1fa..1197bff0 100644 --- a/testing/code_view/data/error_tests.cpp +++ b/testing/code_view/data/error_tests.cpp @@ -8,7 +8,7 @@ namespace ERROR_TESTS // ACTION: click 'show errors' in the title bar // RESULTS: -// - title bar shows 3 references +// - title bar shows 3 errors // - code shows 3 red locations // - error table is shown at bottom of view with 3 errors // - search view shows 'error error_tests.cpp' diff --git a/testing/code_view/data/snippet_list_tests.cpp b/testing/code_view/data/snippet_list_tests.cpp index 5c3b4fc8..5c730d69 100644 --- a/testing/code_view/data/snippet_list_tests.cpp +++ b/testing/code_view/data/snippet_list_tests.cpp @@ -96,17 +96,11 @@ private: int a = sum(1, 2); // <- ACTION 1: activate sum /* -// ACTION 2: click '-' button in snippet bar +// ACTION 2: click into the file bar area // RESULT 2: snippet gets minimized -// ACTION 3: click '=' button in snippet bar +// ACTION 3: click into the file bar area again // RESULT 3: snippet expands again - -// ACTION 4: click into the file bar area -// RESULT 4: snippet gets minimized - -// ACTION 5: click into the file bar area again -// RESULT 5: snippet gets expanded again */ // END ------------------------------------------------------------------------ diff --git a/testing/graph_view/data/controls_tests.cpp b/testing/graph_view/data/controls_tests.cpp index fa1123f7..8dbabe07 100644 --- a/testing/graph_view/data/controls_tests.cpp +++ b/testing/graph_view/data/controls_tests.cpp @@ -74,7 +74,7 @@ namespace image_export // TEST: zoom - mouse wheel // START ---------------------------------------------------------------------- -// ACTION: Hold Ctrl/Cmd and scroll in the graph +// ACTION: Hold Shift and scroll in the graph // RESULT: Zoom Level changes, percentage in lower left corner // END ------------------------------------------------------------------------ diff --git a/testing/graph_view/data/depth_graph_tests.cpp b/testing/graph_view/data/depth_graph_tests.cpp index 6b699e65..88f120ad 100644 --- a/testing/graph_view/data/depth_graph_tests.cpp +++ b/testing/graph_view/data/depth_graph_tests.cpp @@ -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 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 diff --git a/testing/history/data/state_tests.cpp b/testing/history/data/state_tests.cpp index 85fe75da..736cd431 100644 --- a/testing/history/data/state_tests.cpp +++ b/testing/history/data/state_tests.cpp @@ -58,7 +58,7 @@ // START ---------------------------------------------------------------------- // ACTION 1: Search for 'io::stringOut' -// ACTION 2: Show caller graph +// ACTION 2: Show caller graph '>' // ACTION 3: Change depth to 1 // ACTION 3: Hide node 'Field' // ACTION 4: Search for 'main' and activate that symbol diff --git a/testing/project_setup/custom_command/checklist.txt b/testing/project_setup/custom_command/checklist.txt index 89dae7ee..a265ec8a 100644 --- a/testing/project_setup/custom_command/checklist.txt +++ b/testing/project_setup/custom_command/checklist.txt @@ -7,7 +7,7 @@ * Select "Custom" -> "Custom Command Source Group" * Click "Next" * Click "Next" -* Add "python add.py $PROJECT_PATH $DB_PATH $STORAGE_VERSION $SOURCE_PATH" to "Custom Command" +* Add "python add.py $PROJECT_PATH $DB_PATH $DB_VERSION $SOURCE_PATH" to "Custom Command" * Add "./src" to "Files & Directories to Index" * Add "**excl.txt" to "Excluded Files & Directories" * Add ".txt" to "Source File Extensions" diff --git a/testing/search_view/data/autocompletion_tests.cpp b/testing/search_view/data/autocompletion_tests.cpp index 562fabce..68cb8026 100644 --- a/testing/search_view/data/autocompletion_tests.cpp +++ b/testing/search_view/data/autocompletion_tests.cpp @@ -25,7 +25,7 @@ namespace AUTOCOMPLETION_TESTS -// TEST: Find Symbol with button +// TEST: Find Symbol with button - BROKEN // START ---------------------------------------------------------------------- // ACTION: Search symbol 'main' and click find button