From 5abf5b1f7c40a95a7cc739e9e3a2c2bcf8c04e12 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 1 Dec 2011 14:44:33 +0100 Subject: Windows: Fix compilation of qdir test. Introduced by 3385fb91e1e55e1bfa1f78dfb8ce2e9f3fdaedef. Change-Id: If47a9874cccb7b64840e77b1f654ba8e1cf372e0 Reviewed-by: Friedemann Kleint --- tests/auto/corelib/io/qdir/tst_qdir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/corelib/io/qdir/tst_qdir.cpp b/tests/auto/corelib/io/qdir/tst_qdir.cpp index fc63d6ef67..339eb55154 100644 --- a/tests/auto/corelib/io/qdir/tst_qdir.cpp +++ b/tests/auto/corelib/io/qdir/tst_qdir.cpp @@ -610,7 +610,7 @@ void tst_QDir::entryList() // Note we are using capital L in entryList on one side here, to test case-insensitivity QFile::link((m_dataPath + "/entryList/") + "file", entrylistPath + "linktofile.lnk"); QFile::link((m_dataPath + "/entryList/") + "directory", entrylistPath + "linktodirectory.lnk"); - QFile::link((m_dataPath + "/entryList/") + "nothing"), entrylistPath + "brokenlink.lnk"); + QFile::link((m_dataPath + "/entryList/") + "nothing", entrylistPath + "brokenlink.lnk"); #else QFile::link("file", entrylistPath + "linktofile.lnk"); QFile::link("directory", entrylistPath + "linktodirectory.lnk"); -- cgit v1.2.3