diff options
| author | Peter Penz <[email protected]> | 2012-05-18 19:39:03 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-05-18 19:43:17 +0200 |
| commit | d9eab08fcb8bfc56470a7f418465607888b5f1ba (patch) | |
| tree | 9985d8d55e59e5f44a50bf1bdee0d7e98bc12d78 /src/tests/testdir.h | |
| parent | a6241cf8ea41c28be0f10318704f70b89336f675 (diff) | |
Don't create a .directory-file for each directory
This regression has been introduced on master and has not been
released yet: Due to the changed properties-format an update has
been done which resulted in writing a .directory file into each
newly entered directory.
The patch updates the view-properties and version only in the
constructor so that it is assured that reading properties never
accidently will change the internal version.
A unit-test has been added to catch regressions like this in future.
BUG: 300240
FIXED-IN: 4.9.0
Diffstat (limited to 'src/tests/testdir.h')
| -rw-r--r-- | src/tests/testdir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/testdir.h b/src/tests/testdir.h index 80e519e6b..0d3c5dd8d 100644 --- a/src/tests/testdir.h +++ b/src/tests/testdir.h @@ -33,7 +33,7 @@ class TestDir : public KTempDir { public: - TestDir(); + TestDir(const QString& directoryPrefix = QString()); virtual ~TestDir(); KUrl url() const; |
