diff options
Diffstat (limited to 'rbutil/rbutilqt/test/test-serverinfo.cpp')
-rw-r--r-- | rbutil/rbutilqt/test/test-serverinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/test/test-serverinfo.cpp b/rbutil/rbutilqt/test/test-serverinfo.cpp index 46d9637150..3e71a9763a 100644 --- a/rbutil/rbutilqt/test/test-serverinfo.cpp +++ b/rbutil/rbutilqt/test/test-serverinfo.cpp @@ -82,9 +82,9 @@ const struct testvector testdata[] = { "iriverh10", ServerInfo::CurStatus, "Stable (Retired)" }, { "gigabeatfx", ServerInfo::RelCandidateVersion, "f9dce96" }, { "gigabeatfx", ServerInfo::RelCandidateUrl, "http://dl.rockbox.org/rc/f9dce96/rockbox-gigabeatfx.zip" }, - { "archosfmrecorder", ServerInfo::RelCandidateVersion, "" }, + { "archosfmrecorder", ServerInfo::RelCandidateVersion, "f9dce96" }, { "archosfmrecorder", ServerInfo::RelCandidateUrl, "" }, - { "archosrecorder", ServerInfo::RelCandidateVersion, "" }, + { "archosrecorder", ServerInfo::RelCandidateVersion, "f9dce96" }, { "archosrecorder", ServerInfo::RelCandidateUrl, "" }, { "iaudiox5", ServerInfo::RelCandidateVersion, "f9dce96" }, { "iaudiox5", ServerInfo::RelCandidateUrl, "http://dl.rockbox.org/rc/f9dce96/rockbox-iaudiox5.zip" }, |