mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
bitbake: toaster/tests: Fix kirkstone numbering
When the fixtures were updated for the styhead release, the test cases were not updated to match. Fix this. (Bitbake rev: d40bd9d35fa3850e77a1e349dab2308a54d70d60) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -110,7 +110,7 @@ class TestCreateNewProject(SeleniumFunctionalTestCase):
|
||||
- Release: Yocto Project 4.0 "Kirkstone" (option value: 4)
|
||||
- Merge Toaster settings: True
|
||||
"""
|
||||
release = '4'
|
||||
release = '5'
|
||||
release_title = 'Yocto Project 4.0 "Kirkstone"'
|
||||
project_name = 'projectkirkstone'
|
||||
self._create_test_new_project(
|
||||
|
||||
Reference in New Issue
Block a user