Added cases based on discussions with preed. Trying to be more concise and exhaustive.

This commit is contained in:
mike.morgan%oregonstate.edu 2006-11-03 01:21:12 +00:00
Родитель e244744e61
Коммит 12562e8e43
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -59,16 +59,21 @@
|6000000001|channel|complete|partial|false|false|false|true|
!1 Build ID Validation
1 should serve update if build version in uri is newer than build version in *.txt
2 should serve update if build version in uri is newer than build version in *.txt, fallback channel
3 should not serve update if build version in uri is newer than build version in *.txt if using the nightly datasource
4 should server update if build version in uri is newer than build version in *.txt if using the release datasource
4 should serve update, regardless of build ID in url or *.txt, if using the release datasource
5 should serve update if build version in uri is older than build version in *.txt if using release datasource
6 should serve update if build version in uri is older than build version in *.txt if using release datasource and channel is nightly
|aus.Verify|${host}|${product}|${version}|${platform}|${locale}|
|build|channel|complete|partial|hasUpdate?|hasComplete?|hasPartial?|isValidXml?|
|7000000001|channel|complete|partial|true|true|true|true|
|7000000001|channel-cck-partner|complete|partial|true|true|true|true|
|7000000001|nightly|complete|partial|false|false|false|true|
|7000000002|nightly|complete|partial|true|true|true|true|
|7000000003|channel|complete|partial|true|true|true|true|
|7000000003|nightly|complete|partial|true|true|true|true|
!1 Major and Minor Updates
1 minor update using new snippet schema (preed's patch)