From 032374c74b0e7b8fe9986fe9f59b2022b289957c Mon Sep 17 00:00:00 2001 From: David Sansome Date: Tue, 15 Jun 2010 14:25:18 +0000 Subject: [PATCH] Oops, misleading comment --- tests/songloader_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/songloader_test.cpp b/tests/songloader_test.cpp index 520fb469b..a9f060054 100644 --- a/tests/songloader_test.cpp +++ b/tests/songloader_test.cpp @@ -182,8 +182,6 @@ TEST_F(SongLoaderTest, LoadRemotePlainText) { TEST_F(SongLoaderTest, LoadLocalDirectory) { // Make a directory and shove some files in it - // Use QTemporaryFile to get a filename, delete the file and make a directory - // in its place with the same name. QByteArray dir(QString(QDir::tempPath() + "/songloader_testdir-XXXXXX").toLocal8Bit()); ASSERT_TRUE(mkdtemp(dir.data()));