Closed (fixed)
Project:
SimpleTest
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2006 at 10:10 UTC
Updated:
8 Sep 2006 at 18:47 UTC
Upload test fails when it checks if picture is displayed in user profile. The test checks if pic url http://www.example.com/files/pictures/picture-1.png can be found on profile page. The problem is that on profile page pic url is wirtten differently //www.example.com/files/pictures/picture-1.png and therefore strpos cannot find a match.
I fixed this with a change that only searches for file/pictures/picture-1.png and I also removed print commands.
| Comment | File | Size | Author |
|---|---|---|---|
| upload_tests.patch.txt | 1.11 KB | Rok Žlender |
Comments
Comment #1
Rok Žlender commentedDut to recent changes in core http://drupal.org/node/59912 upload module is now fixed.
Comment #2
(not verified) commented