Changeset 1051
- Timestamp:
- 09/12/09 13:20:50 (3 years ago)
- Location:
- trunk/tests
- Files:
-
- 2 edited
-
user_page.php (modified) (1 diff)
-
utilities.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/user_page.php
r934 r1051 31 31 'last_revision' => "1", 32 32 ))); 33 log_assert_equal($res['url'], url_absolute( 34 url_user_profile('test_dude1', true))); 33 log_assert_equal($res['url'], url_user_profile('test_dude1', true)); 35 34 36 35 log_print("Anonymous looks at user page and sees changes"); -
trunk/tests/utilities.php
r852 r1051 22 22 ); 23 23 24 if (strpos( 'http://', $args['url']) === false) {24 if (strpos($args["url"], 'http://') === false) { 25 25 $curl_args[CURLOPT_URL] = IA_URL_HOST . $args['url']; 26 26 } else {
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)