diff options
author | João Abecasis <joao.abecasis@nokia.com> | 2010-11-25 10:05:04 (GMT) |
---|---|---|
committer | João Abecasis <joao.abecasis@nokia.com> | 2010-11-25 16:25:04 (GMT) |
commit | 72fae4bd1bdf5a56632f8ca638f7d1165f6fe1ca (patch) | |
tree | cfc5f7e6404538f2e063a8cf6cd95407a686232b /tests/auto/qfiledialog/resources | |
parent | 79281991e21bb5bd3a6f3288ac934aa4c2b33fcd (diff) | |
download | Qt-72fae4bd1bdf5a56632f8ca638f7d1165f6fe1ca.zip Qt-72fae4bd1bdf5a56632f8ca638f7d1165f6fe1ca.tar.gz Qt-72fae4bd1bdf5a56632f8ca638f7d1165f6fe1ca.tar.bz2 |
Fix QFileDialog autotest
Test expects to see a directory in SRCDIR. Copying the resources
directory from QAbstractFileEngine autotest shouldn't impact the git
repository and serves our purposes well :-)
Reviewed-by: Olivier Goffart
Diffstat (limited to 'tests/auto/qfiledialog/resources')
-rw-r--r-- | tests/auto/qfiledialog/resources/file.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qfiledialog/resources/file.txt b/tests/auto/qfiledialog/resources/file.txt new file mode 100644 index 0000000..8a03e0e --- /dev/null +++ b/tests/auto/qfiledialog/resources/file.txt @@ -0,0 +1 @@ +This is a simple text file. |