Changeset 7191
- Timestamp:
- 06/07/2013 11:33:57 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/testcases/core/avatars.php
r7190 r7191 31 31 // switch to BP root blog if necessary 32 32 if ( bp_get_root_blog_id() != get_current_blog_id() ) { 33 switch_to_blog( get_current_blog_id());33 $this->go_to_root(); 34 34 } 35 35 … … 49 49 50 50 // test to see if the upload dir is correct 51 $this->assertEquals( bp_core_avatar_url(), $upload_dir['baseurl']);51 $this->assertEquals( $upload_dir['baseurl'], bp_core_avatar_url() ); 52 52 53 53 // reset globals
Note: See TracChangeset
for help on using the changeset viewer.