Checked in test case for updating a nightly channel when destination ID is older.

This commit is contained in:
mike.morgan%oregonstate.edu 2006-11-02 23:46:30 +00:00
Родитель ec087d3f54
Коммит af455fb559
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -61,12 +61,14 @@
!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
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
|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|
!1 Major and Minor Updates
1 minor update using new snippet schema (preed's patch)