diff options
Diffstat (limited to 'kio/tests/jobtest.cpp')
-rw-r--r-- | kio/tests/jobtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/tests/jobtest.cpp b/kio/tests/jobtest.cpp index ecd351a08..3cd33a8f8 100644 --- a/kio/tests/jobtest.cpp +++ b/kio/tests/jobtest.cpp @@ -583,7 +583,7 @@ void JobTest::copyFileToSystem( bool resolve_local_urls ) // Check mimetype kdDebug() << m_mimetype << endl; - // There's no mimemagic determination in kio_file in kde3. Fixing this for kde4... + // There's no mimemagic determination in kio_file in trinity. Fixing this for kde4... assert( m_mimetype == "application/octet-stream" ); //assert( m_mimetype == "text/plain" ); |