Extend ServerInfo unit test for manual URL.
Change-Id: I599adf7d692e95310fe12bca8fe0c69695aa4784
This commit is contained in:
parent
4f4e1d1f0e
commit
dd79face4d
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ const struct testvector testdata[] =
|
|||
{ "iaudiox5", ServerInfo::RelCandidateUrl, "http://download.rockbox.org/release-candidate/f9dce96/rockbox-iaudiox5.zip" },
|
||||
{ "iaudiox5.v", ServerInfo::RelCandidateVersion, "f9dce96" },
|
||||
{ "iaudiox5.v", ServerInfo::RelCandidateUrl, "http://download.rockbox.org/release-candidate/f9dce96/rockbox-iaudiox5.zip" },
|
||||
{ "iaudiox5.v", ServerInfo::ManualPdfUrl, "http://download.rockbox.org/manual/rockbox-iaudiox5.pdf" },
|
||||
{ "iriverh100", ServerInfo::ManualHtmlUrl, "http://download.rockbox.org/manual/rockbox-iriverh100/rockbox-build.html" },
|
||||
{ "iriverh120", ServerInfo::ManualZipUrl, "http://download.rockbox.org/manual/rockbox-iriverh100-html.zip" },
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue