test: added GraphFilter and GraphFilterConductor tests

This commit is contained in:
Eberhard Graether
2014-09-01 12:15:17 +02:00
parent aee0b7c337
commit 5c89e49ff0
29 changed files with 554 additions and 48 deletions
+4 -4
View File
@@ -118,13 +118,13 @@ std::string Edge::getTypeString(EdgeType type) const
case EDGE_MEMBER:
return "child";
case EDGE_TYPE_OF:
return "type use";
return "type_use";
case EDGE_RETURN_TYPE_OF:
return "return type";
return "return_type";
case EDGE_PARAMETER_TYPE_OF:
return "parameter type";
return "parameter_type";
case EDGE_TYPE_USAGE:
return "type usage";
return "type_usage";
case EDGE_INHERITANCE:
return "inheritance";
case EDGE_CALL: