Oops, misleading comment

This commit is contained in:
David Sansome 2010-06-15 14:25:18 +00:00
parent de630e0a9f
commit 032374c74b
1 changed files with 0 additions and 2 deletions

View File

@ -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()));