After recent code upgrade (modules & core), I've the following problem with Simpletest.
It generates the links to verbose files like:
/en/files/simpletest/verbose/Index-1.html
which is not valid.
Where without '/en' the file works.

Similar issue:
#224740: Image path problem

Comments

kenorb’s picture

Version: 6.x-1.x-dev » 6.x-1.10
kenorb’s picture

Project: Internationalization » SimpleTest
Issue summary: View changes

update

kenorb’s picture

Issue summary: View changes

update

kenorb’s picture

Project: SimpleTest » Internationalization

Also there is something similar, and it happens on some Simpletest tests:

    $this->drupalGet('<front>'); // open default home page
    $this->clickLink('Some button');

which gives the result like:

Valid HTML found on "http://localhost/en"
Clicked link "Some button" (http://localhost/en/en/view/show) from http://localhost/en
GET http://localhost/en/en/view/show returned 404 (14.74 KB).

But this is related to this issue which is fixed by patching:
#944066: Simpletest links in translated site get corrupted

kenorb’s picture

Project: Internationalization » SimpleTest
Version: 6.x-1.10 » 6.x-2.10
kenorb’s picture

Issue summary: View changes

moved into comment

kenorb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Version 6.x is no longer supported due to Drupal 6 End of Life.