mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-24 16:51:59 +01:00
Oops, misleading comment
This commit is contained in:
parent
de630e0a9f
commit
032374c74b
@ -182,8 +182,6 @@ TEST_F(SongLoaderTest, LoadRemotePlainText) {
|
|||||||
|
|
||||||
TEST_F(SongLoaderTest, LoadLocalDirectory) {
|
TEST_F(SongLoaderTest, LoadLocalDirectory) {
|
||||||
// Make a directory and shove some files in it
|
// 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());
|
QByteArray dir(QString(QDir::tempPath() + "/songloader_testdir-XXXXXX").toLocal8Bit());
|
||||||
ASSERT_TRUE(mkdtemp(dir.data()));
|
ASSERT_TRUE(mkdtemp(dir.data()));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user