Wrong link to test results in settings form

Created on 5 January 2015, over 9 years ago
Updated 4 June 2024, 23 days ago

Text in settings form says ''The results can then be viewed at admin/config/development/testing/[test_id]", but link is wrong. Right link "admin/config/development/testing/results/[test_id]"

🐛 Bug report
Status

RTBC

Version

7.0 ⚰️

Component
Simpletest 

Last updated 13 days ago

Created by

🇷🇺Russia EPashkin

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • Open in Jenkins → Open on Drupal.org →
    Environment: PHP 7.4 & SQLite 3.27
    last update 23 days ago
    2,178 pass, 2 fail
  • Open in Jenkins → Open on Drupal.org →
    Environment: PHP 7.4 & SQLite 3.27
    last update 23 days ago
    2,180 pass
  • Status changed to RTBC 23 days ago
  • 🇸🇰Slovakia poker10

    I think this looks good. This is indeed an error, as the correct link is this:

      $items['admin/config/development/testing/results/%'] = array(
        'title' => 'Test result',
        'page callback' => 'drupal_get_form',
        'page arguments' => array('simpletest_result_form', 5),
        'description' => 'View result of tests.',
        'access arguments' => array('administer unit tests'),
        'file' => 'simpletest.pages.inc',
      );
    

    Moving to RTBC, thanks all!

Production build 0.69.0 2024