diff options
Diffstat (limited to 'certmanager/lib/tests/test_cryptoconfig.cpp')
-rw-r--r-- | certmanager/lib/tests/test_cryptoconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certmanager/lib/tests/test_cryptoconfig.cpp b/certmanager/lib/tests/test_cryptoconfig.cpp index 6a8720703..f3c27d0ce 100644 --- a/certmanager/lib/tests/test_cryptoconfig.cpp +++ b/certmanager/lib/tests/test_cryptoconfig.cpp @@ -307,7 +307,7 @@ int main( int argc, char** argv ) { // Test setting the option, sync'ing, then querying again KURL::List lst; - // We use non-empty paths to workaround a bug in KURL (kdelibs-3.2) + // We use non-empty paths to workaround a bug in KURL (tdelibs-3.2) lst << KURL( "ldap://a:389/?b" ); // Test with query containing a litteral ':' (KURL supports this) // and a ' ' (KURL will escape it, see issue119) |