diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-06-18 23:17:52 +0200 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-06-18 23:18:32 +0200 |
| commit | dd79face4d4c3ac049ee513da7c30374c6e648e0 (patch) | |
| tree | eb986f08f9c58c29d78a732eb52ec7cd101637f7 | |
| parent | 4f4e1d1f0ea3dd23dc2571716a5959ca4fe3273a (diff) | |
| download | rockbox-dd79face4d4c3ac049ee513da7c30374c6e648e0.zip rockbox-dd79face4d4c3ac049ee513da7c30374c6e648e0.tar.gz rockbox-dd79face4d4c3ac049ee513da7c30374c6e648e0.tar.bz2 rockbox-dd79face4d4c3ac049ee513da7c30374c6e648e0.tar.xz | |
Extend ServerInfo unit test for manual URL.
Change-Id: I599adf7d692e95310fe12bca8fe0c69695aa4784
| -rw-r--r-- | rbutil/rbutilqt/test/test-serverinfo.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/test/test-serverinfo.cpp b/rbutil/rbutilqt/test/test-serverinfo.cpp index 243dc56..e29470c 100644 --- a/rbutil/rbutilqt/test/test-serverinfo.cpp +++ b/rbutil/rbutilqt/test/test-serverinfo.cpp @@ -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" }, }; |