| 32 | namespace QTest { |
| 33 | template<> |
| 34 | inline char* toString(const KDevelop::CursorInRevision& c) |
| 35 | { |
| 36 | return toString(c.castToSimpleCursor()); |
| 37 | } |
| 38 | |
| 39 | template<> |
| 40 | inline char* toString(const KDevelop::RangeInRevision& r) |
no test coverage detected