data: updated description and expected output of manual tests

This commit is contained in:
mlangkabel
2018-11-05 17:05:32 +01:00
parent e47929dcbe
commit 9a8276d76e
6 changed files with 14 additions and 9 deletions
@@ -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