test: Fixed typos and issues in manual tests
This commit is contained in:
@@ -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<std::string> very_long_function_name_with_three_parameters( // <- ACTION 1: hover function
|
||||
@@ -188,7 +188,7 @@ std::vector<std::string> very_long_function_name_with_three_parameters( // <- AC
|
||||
|
||||
|
||||
|
||||
// TEST: auto tooltip
|
||||
// TEST: auto tooltip - BROKEN
|
||||
// START ----------------------------------------------------------------------
|
||||
|
||||
void auto_function(const std::vector<std::string>& strings)
|
||||
@@ -202,7 +202,7 @@ void auto_function(const std::vector<std::string>& strings)
|
||||
|
||||
|
||||
|
||||
// TEST: typedef tooltip
|
||||
// TEST: typedef tooltip - BROKEN
|
||||
// START ----------------------------------------------------------------------
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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 ------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user