[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Revert "lcv: work around being offered American English after selecting UK"

Holger Levsen holger at layer-acht.org
Thu Nov 3 23:42:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 3e859c4e3a28472d25a46a77dcb0fedce3061693
Author: Philip Hands <phil at hands.com>
Date:   Thu Oct 20 09:14:31 2016 +0200

    Revert "lcv: work around being offered American English after selecting UK"
    
    This reverts commit 3769320be4aea15ae5f9b0c470deea67cb65e09d,
             and commit 6702fb2019bff2d028bbc60e3ffcf05cf131c9b8.
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 cucumber/features/images/d-i_gui_AmericanEnglish.png  | Bin 4430 -> 0 bytes
 cucumber/features/images/d-i_text_AmericanEnglish.png | Bin 3418 -> 0 bytes
 cucumber/features/step_definitions/common_steps.rb    |   3 +--
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/cucumber/features/images/d-i_gui_AmericanEnglish.png b/cucumber/features/images/d-i_gui_AmericanEnglish.png
deleted file mode 100644
index a8b3ea0..0000000
Binary files a/cucumber/features/images/d-i_gui_AmericanEnglish.png and /dev/null differ
diff --git a/cucumber/features/images/d-i_text_AmericanEnglish.png b/cucumber/features/images/d-i_text_AmericanEnglish.png
deleted file mode 100644
index 08c718d..0000000
Binary files a/cucumber/features/images/d-i_text_AmericanEnglish.png and /dev/null differ
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index fc05e8a..6ebaf04 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -305,8 +305,7 @@ Given /^I select British English$/ do
   @screen.wait(diui_png("UnitedKingdom"), 10 * PATIENCE)
   @screen.type(Sikuli::Key.ENTER)
   @screen.click_point(@screen.w-2, @screen.h*2/3)
-  # FIXME -- we're accepting AmmericanEnglish here, despite the fact it should be BritishEnglish due to the above - this seems to be #840209: console-setup: fails to change keyboard layout in d-i
-  on_screen, _ = @screen.waitAny([diui_png("BritishEnglish"),diui_png("AmericanEnglish")], 10 * PATIENCE)
+  @screen.wait(diui_png("BritishEnglish"), 10 * PATIENCE)
   @screen.type(Sikuli::Key.ENTER)
 end
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list