[obs-commits] [openSUSE/open-build-service] 75282e: [ci] rails 5: Fix faulty syntax when visiting page...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 75282e250ea649d9ccbc73ab7dfbe7ead7077c86 https://github.com/openSUSE/open-build-service/commit/75282e250ea649d9ccbc73... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-07-19 (Tue, 19 Jul 2016) Changed paths: M src/api/test/functional/webui/package_controller_test.rb M src/api/test/functional/webui/search_controller_test.rb Log Message: ----------- [ci] rails 5: Fix faulty syntax when visiting pages This was causing some test failures running with rails 5, aka. newer capybara version. Commit: 11cca9a48bdecb09666614195e9714a0fdc619de https://github.com/openSUSE/open-build-service/commit/11cca9a48bdecb09666614... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-07-19 (Tue, 19 Jul 2016) Changed paths: M src/api/test/functional/webui/project_controller_test.rb Log Message: ----------- [ci] rails 5: Fix invalid css syntax when parsing xml This was causing errors during test runs: Nokogiri::CSS::SyntaxError: Nokogiri::CSS::SyntaxError: unexpected 'text(' after 'not(' test/functional/webui/project_controller_test.rb:398:in `block in test_save_meta' test/functional/webui/project_controller_test.rb:396:in `test_save_meta' test/test_helper.rb:124:in `block in __run' test/test_helper.rb:124:in `map' test/test_helper.rb:124:in `__run' Commit: f5ca11e685669b9e1b8f172daa972bafc8a1035e https://github.com/openSUSE/open-build-service/commit/f5ca11e685669b9e1b8f17... Author: Moisés Déniz Alemán <mdeniz@suse.com> Date: 2016-07-21 (Thu, 21 Jul 2016) Changed paths: M src/api/test/functional/webui/package_controller_test.rb M src/api/test/functional/webui/project_controller_test.rb M src/api/test/functional/webui/search_controller_test.rb Log Message: ----------- Merge pull request #1947 from bgeuken/fix_faulty_test [ci] rails 5: Fix faulty syntax when visiting pages Compare: https://github.com/openSUSE/open-build-service/compare/4faab8e19b0e...f5ca11...
participants (1)
-
Moisés Déniz Alemán