data: updated description and expected output of manual tests
This commit is contained in:
@@ -116,18 +116,20 @@ void local_reference_edge_navigation()
|
||||
{
|
||||
some_called_function();
|
||||
|
||||
/* RESULT: view scrolls here -> */ some_called_function();
|
||||
/* RESULT 3: view scrolls here -> */ some_called_function();
|
||||
|
||||
|
||||
some_called_function();
|
||||
}
|
||||
|
||||
/*
|
||||
// RESULT 1: 3 local references are active
|
||||
|
||||
// ACTION 2: click on the call edge between the two functions in the graph
|
||||
|
||||
// RESULTS 2:
|
||||
// RESULT 2: 3 local references are active
|
||||
|
||||
// ACTION 3: repeat ACTION 2
|
||||
|
||||
// RESULTS 3:
|
||||
// - The references are iterated in forward direction
|
||||
// - Each reference is separately highlighted and the view scrolled if necessary
|
||||
// - The local reference navigation shows "X/3 local references" while navigating
|
||||
|
||||
@@ -99,7 +99,7 @@ namespace eight {} // <- ACTION: Activate namespace
|
||||
// RESULTS:
|
||||
// - dropdown list shrinked to: eight, One
|
||||
// - dropdown position at top
|
||||
// - history menu shows: eight, SIX, FIVE, Four, ...
|
||||
// - history menu shows: eight, One, SIX, FIVE, Four, ...
|
||||
|
||||
// END ------------------------------------------------------------------------
|
||||
|
||||
@@ -113,7 +113,7 @@ namespace eight {} // <- ACTION: Activate namespace
|
||||
// RESULTS:
|
||||
// - dropdown list: Three, eight, One
|
||||
// - dropdown position at top
|
||||
// - history menu shows: Three, eight, SIX, FIVE, ...
|
||||
// - history menu shows: Three, eight, One, SIX, FIVE, ...
|
||||
|
||||
// END ------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -47,3 +47,6 @@ CODE
|
||||
PLUGIN COMMUNICATION
|
||||
from
|
||||
to
|
||||
|
||||
HISTORY
|
||||
cmd + Z / Y
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* Click "Cancel"
|
||||
* Run "2_update.sh"
|
||||
* Press "Refresh" button
|
||||
* Validate "Files to clear" shows "3"
|
||||
* Validate "Files to clear" shows "4"
|
||||
* Validate "source files to index" shows "1"
|
||||
* Click "Start"
|
||||
* Validate Project indexed without error
|
||||
|
||||
@@ -97,7 +97,7 @@ namespace AUTOCOMPLETION_TESTS
|
||||
|
||||
|
||||
|
||||
// TEST: No template specializations in autocompletions
|
||||
// TEST: No implicit template specializations in autocompletions
|
||||
// START ----------------------------------------------------------------------
|
||||
|
||||
// ACTION 1: Search symbol 'sum'
|
||||
|
||||
@@ -6,7 +6,7 @@ namespace KEYWORD_TESTS
|
||||
// START ----------------------------------------------------------------------
|
||||
|
||||
// ACTION: Search for 'overview'
|
||||
// ACTION: Search for 'errors'
|
||||
// ACTION: Search for 'error'
|
||||
// ACTION: Search for 'legend'
|
||||
// ACTION: Search for 'file'
|
||||
// ACTION: Search for 'field'
|
||||
|
||||
Reference in New Issue
Block a user