[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/plasma/tests
From:       Anne-Marie Mahfouf <annma () kde ! org>
Date:       2010-03-01 13:55:15
Message-ID: 1267451715.466933.3119.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1097492 by annma:

fixe the test to reflect the addition of a "data" directory in Revision 1097196


 M  +3 -2      packagestructuretest.cpp  


--- trunk/KDE/kdelibs/plasma/tests/packagestructuretest.cpp #1097491:1097492
@@ -43,11 +43,12 @@
 void PackageStructureTest::directories()
 {
     QList<const char*> dirs;
-    dirs << "config" << "images" << "scripts" << "translations" << "ui";
+    dirs << "config" << "data" << "images" << "scripts" << "translations" << "ui";
 
     QList<const char*> psDirs = ps->directories();
 
     QCOMPARE(dirs.count(), psDirs.count());
+    
     for (int i = 0; i < psDirs.count(); ++i) {
         QVERIFY(qstrcmp(dirs[i], psDirs[i]) == 0);
     }
@@ -167,7 +168,7 @@
 
     // check groups
     QStringList groups;
-    groups << "images" << "config" << "defaultconfig" << "scripts"
+    groups << "images" << "config" << "data" << "defaultconfig" << "scripts"
            << "mainconfigui" << "mainconfigxml" << "mainscript"
            << "translations" << "ui";
     groups.sort();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic