diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-12-10 10:29:22 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-12-10 11:08:06 (GMT) |
commit | 4d3839eb99d720393e1386d63fa04c83367bb076 (patch) | |
tree | 00d7662e9d4f37a2e6e15fe29123f4e5db2b04d4 /tests/auto/auto.pro | |
parent | 16e4047a627d85182d9d9622a839fa51a9650aca (diff) | |
download | Qt-4d3839eb99d720393e1386d63fa04c83367bb076.zip Qt-4d3839eb99d720393e1386d63fa04c83367bb076.tar.gz Qt-4d3839eb99d720393e1386d63fa04c83367bb076.tar.bz2 |
Ensure that QProcessEnvironment::operator== doesn't crash
Also add an extensive autotest suite for QProcessEnvironment
Task-number: QTBUG-6701
Reviewed-by: Markus Goetz
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 92d29ae..5041812 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -256,6 +256,7 @@ SUBDIRS += \ qprinter \ qprinterinfo \ qprocess \ + qprocessenvironment \ qprogressbar \ qprogressdialog \ qpropertyanimation \ |