mirror of
https://github.com/Bionus/imgbrd-grabber.git
synced 2025-01-09 04:09:51 +08:00
Ignore generated test files
This commit is contained in:
parent
d5cc860de0
commit
ad08a6d2bc
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,6 +13,7 @@ tests/resources/*.txt
|
||||
tests/resources/thumbs/
|
||||
tests/resources/tmp/
|
||||
tests/resources/sites/
|
||||
/test_*
|
||||
target_wrapper.bat
|
||||
symbols/
|
||||
*.lock
|
||||
|
@ -73,7 +73,7 @@ void TagDatabaseInMemoryTest::loadValidData()
|
||||
|
||||
void TagDatabaseInMemoryTest::saveEmpty()
|
||||
{
|
||||
QString filename = "tmp_tags_file.txt";
|
||||
QString filename = "test_tmp_tags_file.txt";
|
||||
|
||||
TagDatabaseInMemory database("tests/resources/tag-types.txt", filename);
|
||||
QVERIFY(database.load());
|
||||
@ -90,7 +90,7 @@ void TagDatabaseInMemoryTest::saveEmpty()
|
||||
|
||||
void TagDatabaseInMemoryTest::saveData()
|
||||
{
|
||||
QString filename = "tmp_tags_file.txt";
|
||||
QString filename = "test_tmp_tags_file.txt";
|
||||
|
||||
TagDatabaseInMemory database("tests/resources/tag-types.txt", filename);
|
||||
QVERIFY(database.load());
|
||||
|
Loading…
Reference in New Issue
Block a user