cdRoot test

This commit is contained in:
alqualos 2012-09-08 08:56:39 +00:00
parent e08900e8f7
commit b3c422db87

View file

@ -118,6 +118,10 @@ void TestQuaZipDir::cd_data()
QStringList() << "test0.txt" << "testdir1/test1.txt"
<< "testdir2/test2.txt" << "testdir2/subdir/subdir2/subdir3/test2sub.txt")
<< "testdir2/subdir" << "subdir2/subdir3" << "testdir2/subdir/subdir2/subdir3";
QTest::newRow("cdRoot") << "cdup.zip" << (
QStringList() << "test0.txt" << "testdir1/test1.txt"
<< "testdir2/test2.txt" << "testdir2/subdir/test2sub.txt")
<< "testdir1" << "/" << "";
}
void TestQuaZipDir::cd()