[Testbot] Plone 5.0 - Python 2.7 - Build # 1377 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Sun Feb 9 07:21:57 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1377 - Fixed!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/1377/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.robotframework
Branch: refs/heads/master
Date: 2014-02-08T04:48:50-08:00
Author: Asko Soukka (datakurre) <asko.soukka at iki.fi>
Commit: https://github.com/plone/plone.app.robotframework/commit/19724cdd0e71390cab9c29ca5ae929176f713776

Fix *** Test cases *** => *** Test Cases ***

Files changed:
M src/plone/app/robotframework/tests/test_autologin_library.robot
M src/plone/app/robotframework/tests/test_content_library.robot
M src/plone/app/robotframework/tests/test_i18n_library.robot
M src/plone/app/robotframework/tests/test_quickinstaller_library.robot
M src/plone/app/robotframework/tests/test_speakjs_library.robot
M src/plone/app/robotframework/tests/test_users_library.robot

diff --git a/src/plone/app/robotframework/tests/test_autologin_library.robot b/src/plone/app/robotframework/tests/test_autologin_library.robot
index e96db75..5efc38f 100644
--- a/src/plone/app/robotframework/tests/test_autologin_library.robot
+++ b/src/plone/app/robotframework/tests/test_autologin_library.robot
@@ -9,7 +9,7 @@ Library  Remote  ${PLONE_URL}/RobotRemote
 Test Setup  Run keywords  Open SauceLabs test browser
 Test Teardown  Run keywords  Report test status  Close all browsers
 
-*** Test cases ***
+*** Test Cases ***
 
 Site Administrator can access control panel
     Given I'm logged in as a 'Site Administrator'
diff --git a/src/plone/app/robotframework/tests/test_content_library.robot b/src/plone/app/robotframework/tests/test_content_library.robot
index f837308..6f7505b 100644
--- a/src/plone/app/robotframework/tests/test_content_library.robot
+++ b/src/plone/app/robotframework/tests/test_content_library.robot
@@ -8,7 +8,7 @@ Library  Remote  ${PLONE_URL}/RobotRemote
 Test Setup  Open SauceLabs test browser
 Test Teardown  Run keywords  Report test status  Close all browsers
 
-*** Test cases ***
+*** Test Cases ***
 
 Test create content
     Enable autologin as  Contributor
diff --git a/src/plone/app/robotframework/tests/test_i18n_library.robot b/src/plone/app/robotframework/tests/test_i18n_library.robot
index 12e621d..e72f15c 100644
--- a/src/plone/app/robotframework/tests/test_i18n_library.robot
+++ b/src/plone/app/robotframework/tests/test_i18n_library.robot
@@ -9,7 +9,7 @@ Library  Remote  ${PLONE_URL}/RobotRemote
 Test Setup  Open SauceLabs test browser
 Test Teardown  Run keywords  Report test status  Close all browsers
 
-*** Test cases ***
+*** Test Cases ***
 
 Test translation
     Set default language  fi
diff --git a/src/plone/app/robotframework/tests/test_quickinstaller_library.robot b/src/plone/app/robotframework/tests/test_quickinstaller_library.robot
index 5f2bf74..e19444c 100644
--- a/src/plone/app/robotframework/tests/test_quickinstaller_library.robot
+++ b/src/plone/app/robotframework/tests/test_quickinstaller_library.robot
@@ -4,7 +4,7 @@ Resource  plone/app/robotframework/variables.robot
 
 Library  Remote  ${PLONE_URL}/RobotRemote
 
-*** Test cases ***
+*** Test Cases ***
 
 Some default product is activated
     Given 'plone.app.jquery' is activated
diff --git a/src/plone/app/robotframework/tests/test_speakjs_library.robot b/src/plone/app/robotframework/tests/test_speakjs_library.robot
index 8b31736..d710fb8 100644
--- a/src/plone/app/robotframework/tests/test_speakjs_library.robot
+++ b/src/plone/app/robotframework/tests/test_speakjs_library.robot
@@ -35,7 +35,7 @@ Add spoken note
     Sleep  2s
     [return]  ${note}
 
-*** Test cases ***
+*** Test Cases ***
 
 Introducing Mr. Roboto
     [Tags]  non-critical
diff --git a/src/plone/app/robotframework/tests/test_users_library.robot b/src/plone/app/robotframework/tests/test_users_library.robot
index a49c1f4..b6ed830 100644
--- a/src/plone/app/robotframework/tests/test_users_library.robot
+++ b/src/plone/app/robotframework/tests/test_users_library.robot
@@ -9,7 +9,7 @@ Library  Remote  ${PLONE_URL}/RobotRemote
 Test Setup  Open SauceLabs test browser
 Test Teardown  Run keywords  Report test status  Close all browsers
 
-*** Test cases ***
+*** Test Cases ***
 
 Test user creation and login as created user
     Enable autologin as  Manager




-------------------------------------------------------------------------------


More information about the Testbot mailing list