summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/test
AgeCommit message (Collapse)Author
2012-06-18Extend ServerInfo unit test for manual URL.Dominik Riebeling
Change-Id: I599adf7d692e95310fe12bca8fe0c69695aa4784
2012-06-17Implement unit test for ServerInfo input parsing.Dominik Riebeling
Change-Id: I9e28c94ca72c7644a154e40a258d9f00df5f5edd
2012-03-28Prefix compareversion test files.Dominik Riebeling
Change-Id: Ic67b4a1519456cbb2d85078a80ac605eb65f8020
2012-03-12Fix false positive in version detection.Dominik Riebeling
Some git revisions are falsely detected as release version. Extend test and fix the wrong regexp. Corrects font download trying to get the wrong file for some current builds. Change-Id: Ia779896c927385ec0d7ba68ee3d953f3c6e4494c
2012-03-12Test: check retrieved version string as well.Dominik Riebeling
As originally intended check if the retrieved version string is correct instead of ignoring it. Change-Id: If4dad224e999a90607dee3eb723400c12f5b7362
2012-02-19Fix RockboxInfo() not handling git hashes correctly.Dominik Riebeling
With the transition to git the assumption of the version starting with "r" isn't true anymore for non-release builds. This caused the wrong strings to be used when constructing various download URLs. Remove the test binary which was never intended to be added and fix some warnings in the test implementation. Change-Id: I879fdff201cb85f3c89cca73ab6a0514edb5a2df
2012-02-19Initial unit test of RockboxInfo class.Dominik Riebeling
This tests the original (svn revision number based) functionality. Change-Id: I69a121d751d2358c1e7594032f8f8193af59e103
2012-02-19Put test objects into test specific subfolder.Dominik Riebeling
Change-Id: Ib574524cfa61c2dde5b7d5522e88fbe9dd814996
2011-10-19Remove svn keyword lines from sources.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30806 a1c6a512-1295-4272-9138-f99709370657
2011-05-07Rockbox Utility: Add some more cases to version check test.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29829 a1c6a512-1295-4272-9138-f99709370657
2010-06-30FS#11439: Fix version comparison regression.Dominik Riebeling
Improve string suffix handling by distinguishing between version number separators (i.e. dots) and extended separators and additional version characters. Corrects false update information displayed for 64bit binaries of Rockbox Utility. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27201 a1c6a512-1295-4272-9138-f99709370657
2010-06-15Add cleaned up tests used for Utils::compareVersionStrings().Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26861 a1c6a512-1295-4272-9138-f99709370657