-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bean editor override test #13
Closed
jochenberger
wants to merge
30
commits into
hlship:master
from
jochenberger:fix-bean_editor_override-test
Closed
Fix bean editor override test #13
jochenberger
wants to merge
30
commits into
hlship:master
from
jochenberger:fix-bean_editor_override-test
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…eing printed as '%k' due to 0 being interpreted as false in JavaScript
…de or fr locales over en
…t representation was explicitly specified
…d "showAtElement" parameters
… a date is selected
Conflicts: pom.xml tapx-core/pom.xml
Conflicts: build.gradle tapx-core/src/main/java/com/howardlewisship/tapx/core/services/CoreModule.java
Conflicts: settings.gradle tapx-core/src/main/java/com/howardlewisship/tapx/core/internal/services/KaptchaProducerImpl.java tapx-core/src/main/java/com/howardlewisship/tapx/core/services/CoreModule.java tapx-core/src/main/java/com/howardlewisship/tapx/core/services/KaptchaProducer.java tapx-core/src/test/java/core/demo/pages/KaptchaDemo.java tapx-core/src/test/resources/core/demo/pages/KaptchaDemo.tml tapx-datefield/src/test/java/com/howardlewisship/tapx/datefield/integration/IntegrationTests.java tapx-kaptcha/build.gradle tapx-kaptcha/src/main/java/com/howardlewisship/tapx/internal/kaptcha/services/KaptchaProducer.java tapx-kaptcha/src/main/java/com/howardlewisship/tapx/internal/kaptcha/services/KaptchaProducerImpl.java tapx-kaptcha/src/main/java/com/howardlewisship/tapx/kaptcha/components/KaptchaImage.java tapx-kaptcha/src/main/java/com/howardlewisship/tapx/kaptcha/internal/services/KaptchaProducerImpl.java tapx-kaptcha/src/main/java/com/howardlewisship/tapx/kaptcha/services/KaptchaModule.java tapx-kaptcha/src/main/java/com/howardlewisship/tapx/kaptcha/services/KaptchaProducer.java tapx-kaptcha/src/main/resources/com/howardlewisship/tapx/kaptcha/tapx-kaptcha.properties tapx-kaptcha/src/test/conf/testng.xml tapx-kaptcha/src/test/java/demo/pages/Index.java tapx-kaptcha/src/test/java/kaptcha/demo/pages/KaptchaDemo.java tapx-kaptcha/src/test/resources/kaptcha/demo/pages/KaptchaDemo.tml tapx-kaptcha/src/test/resources/log4j.properties tapx-kaptcha/src/test/webapp/Index.tml tapx-kaptcha/src/test/webapp/WEB-INF/web.xml
…de or fr locales over en
…eing printed as '%k' due to 0 being interpreted as false in JavaScript
…d "showAtElement" parameters
… a date is selected
…de or fr locales over en
…t representation was explicitly specified
…de or fr locales over en
…ean_editor_override-test
Fixed by 82acd75 |
This pull request was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If the test are run on a system whose browser prefers another locale than en, the bean_editor_override test will fail.
This patch makes sure the selenium test runs against the English version of the BeanEditorDemo page