#3447 - js_ssl_issues test failing

Identifier #3447
Issue type Feature request or suggestion
Title js_ssl_issues test failing
Status Completed
Handling member Salman
Addon General / Uncategorised
Description Fail: js_ssl_issues_test_set -> testSSLIssues -> backup.js/loading not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> button_commandr.js/loading not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> button_realtime_rain.js/loading not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> chat.js/loading not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> CMS_UI.js/loading not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> CMS_VIEWS.js/button_lightbox_close not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> CMS_VIEWS.js/loading not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> core_feedback_features.js/loading not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> core_notifications.js/favicon not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> core_permission_management.js/blank not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> core_permission_management.js/led_on not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> core_permission_management.js/led_off not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> core_rich_media.js/mediaset_previous not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> core_rich_media.js/mediaset_next not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> core_rich_media.js/big_tabs_controller_button not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> core_rich_media.js/big_tabs_controller_button_active not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> core_rich_media.js/big_tabs_controller_button_top_active not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> core_rich_media.js/big_tabs_controller_button_top not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> core_themeing.js/loading not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> core_zone_editor.js/loading not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> DOM.js/loading not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> galleries.js/blank not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> jquery_autocomplete.js/blank not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> news.js/blank not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]
Fail: js_ssl_issues_test_set -> testSSLIssues -> tree_list.js/loading not prepared for SSL at [/Library/WebServer/Documents/composr/_tests/tests/unit_tests/js_ssl_issues.php line 32]

Maybe you just need to fix the test to match your code pattern, I'm not sure.

The key thing is $IMG usually gives an absolute path, but JS code will cache in the same bucket for both HTTPS and HTTP, hence needs to be protocol agnostic.

You may want to give some general thought in case anything else is broken in this regard.
Steps to reproduce

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated