test: Put test data into TestSuite specific folders

This commit is contained in:
Eberhard Graether
2014-07-01 00:19:48 +02:00
parent 324dff80a8
commit 4c0f07c16f
15 changed files with 41 additions and 32 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
Graph.cpp Graph::removeEdge() ERROR: Can't remove member edge, without removing the child node.
TextAccess.cpp TextAccess::checkIndexIntervalInRange() WARNING: Index 'firstLine' has to be lower or equal index 'lastLine', is 2 > 1
TextAccess.cpp TextAccess::checkIndexInRange() WARNING: Tried to access index 9. Maximum index is 7
TextAccess.cpp TextAccess::checkIndexInRange() WARNING: Tried to access index 9. Maximum index is 7
TextAccess.cpp TextAccess::getLine() WARNING: Line numbers start with one, is 0
TextAccess.cpp TextAccess::getLines() WARNING: Line numbers start with one, is 0
Graph.cpp removeEdge() ERROR: Can't remove member edge, without removing the child node.
TextAccess.cpp checkIndexIntervalInRange() WARNING: Index 'firstLine' has to be lower or equal index 'lastLine', is 2 > 1
TextAccess.cpp checkIndexInRange() WARNING: Tried to access index 9. Maximum index is 7
TextAccess.cpp checkIndexInRange() WARNING: Tried to access index 9. Maximum index is 7
TextAccess.cpp getLine() WARNING: Line numbers start with one, is 0
TextAccess.cpp getLines() WARNING: Line numbers start with one, is 0