Add a 1.2.0 version updater test
This commit is contained in:
parent
cda08d9afb
commit
94a6423a96
@ -32,6 +32,7 @@ Updater::Updater()
|
||||
|
||||
#if 1
|
||||
// Tests!
|
||||
Q_ASSERT(isVersionNewer("1.2.0", "1.1") == true);
|
||||
Q_ASSERT(isVersionNewer("1.1", "1") == true);
|
||||
Q_ASSERT(isVersionNewer("10.1", "2") == true);
|
||||
Q_ASSERT(isVersionNewer("0.10", "0.2") == true);
|
||||
|
Loading…
Reference in New Issue
Block a user