Clean up and consolidate QDateTime-related tests.
authorMitch Curtis <mitch.curtis@nokia.com>
Fri, 8 Jun 2012 10:22:14 +0000 (12:22 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 12 Jun 2012 09:05:39 +0000 (11:05 +0200)
commit7462033cc5ccce22e6cc5e8b7e5f5d29c0facffb
tree020596281626de706abb3019922f3894a2935b18
parent9ab445d264fbcf57c48374526905a2f870de06a3
Clean up and consolidate QDateTime-related tests.

Some test functions that only test QDate and QTime were in
tst_qdatetime.cpp. Upon moving these into tst_qdate.cpp and
tst_qtime.cpp, there were already some similar tests so I
consolidated them.

Change-Id: I5f8758bf8b4804ae9d3a482f49d21de9f7a1dc03
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
tests/auto/corelib/tools/qdate/tst_qdate.cpp
tests/auto/corelib/tools/qdatetime/tst_qdatetime.cpp
tests/auto/corelib/tools/qtime/tst_qtime.cpp