Changeset 7862 for trunk/tests/testcases/xprofile/functions.php
- Timestamp:
- 02/13/2014 03:50:39 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/tests/testcases/xprofile/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/testcases/xprofile/functions.php
r7856 r7862 235 235 236 236 // These will fail because of a caching bug 237 //$this->assertEquals( '', bp_xprofile_get_meta( $g->id, 'group', 'foo' ) );238 //$this->assertEquals( '', bp_xprofile_get_meta( $g->id, 'group', 'foo2' ) );237 $this->assertEquals( '', bp_xprofile_get_meta( $g->id, 'group', 'foo' ) ); 238 $this->assertEquals( '', bp_xprofile_get_meta( $g->id, 'group', 'foo2' ) ); 239 239 } 240 240
Note: See TracChangeset
for help on using the changeset viewer.