5 pass, 1 fail. to celebrate, some minor cleanups ;)
This commit is contained in:
parent
08c07c4a0d
commit
6c21a28382
@ -38,7 +38,6 @@ void PlasmoidPackageTest::init()
|
|||||||
|
|
||||||
void PlasmoidPackageTest::cleanup()
|
void PlasmoidPackageTest::cleanup()
|
||||||
{
|
{
|
||||||
qDebug() << "CLEANEAING UP!";
|
|
||||||
// Clean things up.
|
// Clean things up.
|
||||||
KIO::NetAccess::del(KUrl(QDir::homePath() + QLatin1String("/.kde-unit-test/packageRoot")), 0);
|
KIO::NetAccess::del(KUrl(QDir::homePath() + QLatin1String("/.kde-unit-test/packageRoot")), 0);
|
||||||
}
|
}
|
||||||
@ -98,7 +97,6 @@ void PlasmoidPackageTest::createTestPackage(const QString &packageName)
|
|||||||
out << "<svg>This is another test image</svg>";
|
out << "<svg>This is another test image</svg>";
|
||||||
file.flush();
|
file.flush();
|
||||||
file.close();
|
file.close();
|
||||||
qDebug() << "SUUUUUUUUCCCCCCCCESSSSSSSSS";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void PlasmoidPackageTest::isValid()
|
void PlasmoidPackageTest::isValid()
|
||||||
@ -202,7 +200,7 @@ void PlasmoidPackageTest::filePath()
|
|||||||
void PlasmoidPackageTest::entryList()
|
void PlasmoidPackageTest::entryList()
|
||||||
{
|
{
|
||||||
// Create a package named @p packageName which is valid and has some images.
|
// Create a package named @p packageName which is valid and has some images.
|
||||||
createTestPackage("SomePlasmoid");
|
createTestPackage(m_package);
|
||||||
|
|
||||||
// Create a package object and verify that it is valid.
|
// Create a package object and verify that it is valid.
|
||||||
Plasma::Package *p = new Plasma::Package(m_defaultPackage);
|
Plasma::Package *p = new Plasma::Package(m_defaultPackage);
|
||||||
|
Loading…
Reference in New Issue
Block a user