<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[BuddyPress][7039] trunk/tests/testcases: Use $this->set_current_user() instead of wp_set_current_user() throughout tests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://buddypress.trac.wordpress.org/changeset/7039">7039</a></dd>
<dt>Author</dt> <dd>boonebgorges</dd>
<dt>Date</dt> <dd>2013-05-09 13:19:50 +0000 (Thu, 09 May 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Use $this->set_current_user() instead of wp_set_current_user() throughout tests

Our custom method includes additional logic for busting BP-specific global data
that must be run in order for certain tests to pass reliably.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkteststestcasesactivityclassBP_Activity_Activityphp">trunk/tests/testcases/activity/class.BP_Activity_Activity.php</a></li>
<li><a href="#trunkteststestcasesactivityfunctionsphp">trunk/tests/testcases/activity/functions.php</a></li>
<li><a href="#trunkteststestcasesadminfunctionsphp">trunk/tests/testcases/admin/functions.php</a></li>
<li><a href="#trunkteststestcasescoreclassbpuserqueryphp">trunk/tests/testcases/core/class-bp-user-query.php</a></li>
<li><a href="#trunkteststestcasesfriendsclassbpfriendsfriendshipphp">trunk/tests/testcases/friends/class-bp-friends-friendship.php</a></li>
<li><a href="#trunkteststestcasesmemberstemplatephp">trunk/tests/testcases/members/template.php</a></li>
<li><a href="#trunkteststestcasesroutingactivityphp">trunk/tests/testcases/routing/activity.php</a></li>
<li><a href="#trunkteststestcasesroutingcorephp">trunk/tests/testcases/routing/core.php</a></li>
<li><a href="#trunkteststestcasesroutingfriendsphp">trunk/tests/testcases/routing/friends.php</a></li>
<li><a href="#trunkteststestcasesroutinggroupsphp">trunk/tests/testcases/routing/groups.php</a></li>
<li><a href="#trunkteststestcasesroutingmembersphp">trunk/tests/testcases/routing/members.php</a></li>
<li><a href="#trunkteststestcasesroutingmessagesphp">trunk/tests/testcases/routing/messages.php</a></li>
<li><a href="#trunkteststestcasesroutingsettingsphp">trunk/tests/testcases/routing/settings.php</a></li>
<li><a href="#trunkteststestcasesroutingxprofilephp">trunk/tests/testcases/routing/xprofile.php</a></li>
<li><a href="#trunkteststestcasesurlurlphp">trunk/tests/testcases/url/url.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkteststestcasesactivityclassBP_Activity_Activityphp"></a>
<div class="modfile"><h4>Modified: trunk/tests/testcases/activity/class.BP_Activity_Activity.php (7038 => 7039)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/testcases/activity/class.BP_Activity_Activity.php    2013-05-09 13:19:40 UTC (rev 7038)
+++ trunk/tests/testcases/activity/class.BP_Activity_Activity.php       2013-05-09 13:19:50 UTC (rev 7039)
</span><span class="lines">@@ -9,12 +9,12 @@
</span><span class="cx">          parent::setUp();
</span><span class="cx"> 
</span><span class="cx">          $this->old_current_user = get_current_user_id();
</span><del>-               wp_set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</del><ins>+                $this->set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function tearDown() {
</span><span class="cx">          parent::tearDown();
</span><del>-               wp_set_current_user( $this->old_current_user );
</del><ins>+                $this->set_current_user( $this->old_current_user );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function test_check_exists_by_content() {
</span></span></pre></div>
<a id="trunkteststestcasesactivityfunctionsphp"></a>
<div class="modfile"><h4>Modified: trunk/tests/testcases/activity/functions.php (7038 => 7039)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/testcases/activity/functions.php     2013-05-09 13:19:40 UTC (rev 7038)
+++ trunk/tests/testcases/activity/functions.php        2013-05-09 13:19:50 UTC (rev 7039)
</span><span class="lines">@@ -9,12 +9,12 @@
</span><span class="cx">          parent::setUp();
</span><span class="cx"> 
</span><span class="cx">          $this->old_current_user = get_current_user_id();
</span><del>-               wp_set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</del><ins>+                $this->set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function tearDown() {
</span><span class="cx">          parent::tearDown();
</span><del>-               wp_set_current_user( $this->old_current_user );
</del><ins>+                $this->set_current_user( $this->old_current_user );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  /**
</span></span></pre></div>
<a id="trunkteststestcasesadminfunctionsphp"></a>
<div class="modfile"><h4>Modified: trunk/tests/testcases/admin/functions.php (7038 => 7039)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/testcases/admin/functions.php        2013-05-09 13:19:40 UTC (rev 7038)
+++ trunk/tests/testcases/admin/functions.php   2013-05-09 13:19:50 UTC (rev 7039)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx">          parent::setUp();
</span><span class="cx"> 
</span><span class="cx">          $this->old_current_user = get_current_user_id();
</span><del>-               wp_set_current_user( $this->factory->user->create( array( 'role' => 'administrator' ) ) );
</del><ins>+                $this->set_current_user( $this->factory->user->create( array( 'role' => 'administrator' ) ) );
</ins><span class="cx"> 
</span><span class="cx">          if ( ! function_exists( 'bp_admin' ) ) {
</span><span class="cx">                  require_once( BP_PLUGIN_DIR . 'bp-core/bp-core-admin.php' );
</span><span class="lines">@@ -22,7 +22,7 @@
</span><span class="cx"> 
</span><span class="cx">  public function tearDown() {
</span><span class="cx">          parent::tearDown();
</span><del>-               wp_set_current_user( $this->old_current_user );
</del><ins>+                $this->set_current_user( $this->old_current_user );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function test_bp_admin_list_table_current_bulk_action() {
</span></span></pre></div>
<a id="trunkteststestcasescoreclassbpuserqueryphp"></a>
<div class="modfile"><h4>Modified: trunk/tests/testcases/core/class-bp-user-query.php (7038 => 7039)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/testcases/core/class-bp-user-query.php       2013-05-09 13:19:40 UTC (rev 7038)
+++ trunk/tests/testcases/core/class-bp-user-query.php  2013-05-09 13:19:50 UTC (rev 7039)
</span><span class="lines">@@ -10,12 +10,12 @@
</span><span class="cx">          parent::setUp();
</span><span class="cx"> 
</span><span class="cx">          $this->old_current_user = get_current_user_id();
</span><del>-               wp_set_current_user( $this->factory->user->create( array( 'role' => 'administrator' ) ) );
</del><ins>+                $this->set_current_user( $this->factory->user->create( array( 'role' => 'administrator' ) ) );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function tearDown() {
</span><span class="cx">          parent::tearDown();
</span><del>-               wp_set_current_user( $this->old_current_user );
</del><ins>+                $this->set_current_user( $this->old_current_user );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  /**
</span></span></pre></div>
<a id="trunkteststestcasesfriendsclassbpfriendsfriendshipphp"></a>
<div class="modfile"><h4>Modified: trunk/tests/testcases/friends/class-bp-friends-friendship.php (7038 => 7039)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/testcases/friends/class-bp-friends-friendship.php    2013-05-09 13:19:40 UTC (rev 7038)
+++ trunk/tests/testcases/friends/class-bp-friends-friendship.php       2013-05-09 13:19:50 UTC (rev 7039)
</span><span class="lines">@@ -10,12 +10,12 @@
</span><span class="cx">          parent::setUp();
</span><span class="cx"> 
</span><span class="cx">          $this->old_current_user = get_current_user_id();
</span><del>-               wp_set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</del><ins>+                $this->set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function tearDown() {
</span><span class="cx">          parent::tearDown();
</span><del>-               wp_set_current_user( $this->old_current_user );
</del><ins>+                $this->set_current_user( $this->old_current_user );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function test_search_friends() {
</span></span></pre></div>
<a id="trunkteststestcasesmemberstemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/tests/testcases/members/template.php (7038 => 7039)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/testcases/members/template.php       2013-05-09 13:19:40 UTC (rev 7038)
+++ trunk/tests/testcases/members/template.php  2013-05-09 13:19:50 UTC (rev 7039)
</span><span class="lines">@@ -9,12 +9,14 @@
</span><span class="cx">          parent::setUp();
</span><span class="cx"> 
</span><span class="cx">          $this->old_current_user = get_current_user_id();
</span><del>-               wp_set_current_user( $this->factory->user->create( array( 'role' => 'administrator' ) ) );
</del><ins>+                $new_user = $this->factory->user->create( array( 'role' => 'administrator' ) );
+               $this->set_current_user( $new_user );
+
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function tearDown() {
</span><span class="cx">          parent::tearDown();
</span><del>-               wp_set_current_user( $this->old_current_user );
</del><ins>+                $this->set_current_user( $this->old_current_user );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function test_bp_user_query_include_on_user_page() {
</span></span></pre></div>
<a id="trunkteststestcasesroutingactivityphp"></a>
<div class="modfile"><h4>Modified: trunk/tests/testcases/routing/activity.php (7038 => 7039)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/testcases/routing/activity.php       2013-05-09 13:19:40 UTC (rev 7038)
+++ trunk/tests/testcases/routing/activity.php  2013-05-09 13:19:50 UTC (rev 7039)
</span><span class="lines">@@ -10,12 +10,12 @@
</span><span class="cx">          parent::setUp();
</span><span class="cx"> 
</span><span class="cx">          $this->old_current_user = get_current_user_id();
</span><del>-               wp_set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</del><ins>+                $this->set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function tearDown() {
</span><span class="cx">          parent::tearDown();
</span><del>-               wp_set_current_user( $this->old_current_user );
</del><ins>+                $this->set_current_user( $this->old_current_user );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  function test_activity_directory() {
</span></span></pre></div>
<a id="trunkteststestcasesroutingcorephp"></a>
<div class="modfile"><h4>Modified: trunk/tests/testcases/routing/core.php (7038 => 7039)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/testcases/routing/core.php   2013-05-09 13:19:40 UTC (rev 7038)
+++ trunk/tests/testcases/routing/core.php      2013-05-09 13:19:50 UTC (rev 7039)
</span><span class="lines">@@ -10,12 +10,12 @@
</span><span class="cx">          parent::setUp();
</span><span class="cx"> 
</span><span class="cx">          $this->old_current_user = get_current_user_id();
</span><del>-               wp_set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</del><ins>+                $this->set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function tearDown() {
</span><span class="cx">          parent::tearDown();
</span><del>-               wp_set_current_user( $this->old_current_user );
</del><ins>+                $this->set_current_user( $this->old_current_user );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  function test_wordpress_page() {
</span></span></pre></div>
<a id="trunkteststestcasesroutingfriendsphp"></a>
<div class="modfile"><h4>Modified: trunk/tests/testcases/routing/friends.php (7038 => 7039)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/testcases/routing/friends.php        2013-05-09 13:19:40 UTC (rev 7038)
+++ trunk/tests/testcases/routing/friends.php   2013-05-09 13:19:50 UTC (rev 7039)
</span><span class="lines">@@ -10,12 +10,12 @@
</span><span class="cx">          parent::setUp();
</span><span class="cx"> 
</span><span class="cx">          $this->old_current_user = get_current_user_id();
</span><del>-               wp_set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</del><ins>+                $this->set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function tearDown() {
</span><span class="cx">          parent::tearDown();
</span><del>-               wp_set_current_user( $this->old_current_user );
</del><ins>+                $this->set_current_user( $this->old_current_user );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  function test_member_friends() {
</span></span></pre></div>
<a id="trunkteststestcasesroutinggroupsphp"></a>
<div class="modfile"><h4>Modified: trunk/tests/testcases/routing/groups.php (7038 => 7039)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/testcases/routing/groups.php 2013-05-09 13:19:40 UTC (rev 7038)
+++ trunk/tests/testcases/routing/groups.php    2013-05-09 13:19:50 UTC (rev 7039)
</span><span class="lines">@@ -10,12 +10,12 @@
</span><span class="cx">          parent::setUp();
</span><span class="cx"> 
</span><span class="cx">          $this->old_current_user = get_current_user_id();
</span><del>-               wp_set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</del><ins>+                $this->set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function tearDown() {
</span><span class="cx">          parent::tearDown();
</span><del>-               wp_set_current_user( $this->old_current_user );
</del><ins>+                $this->set_current_user( $this->old_current_user );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  function test_member_groups() {
</span></span></pre></div>
<a id="trunkteststestcasesroutingmembersphp"></a>
<div class="modfile"><h4>Modified: trunk/tests/testcases/routing/members.php (7038 => 7039)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/testcases/routing/members.php        2013-05-09 13:19:40 UTC (rev 7038)
+++ trunk/tests/testcases/routing/members.php   2013-05-09 13:19:50 UTC (rev 7039)
</span><span class="lines">@@ -10,12 +10,12 @@
</span><span class="cx">          parent::setUp();
</span><span class="cx"> 
</span><span class="cx">          $this->old_current_user = get_current_user_id();
</span><del>-               wp_set_current_user( $this->factory->user->create( array( 'user_login' => 'paulgibbs', 'role' => 'subscriber' ) ) );
</del><ins>+                $this->set_current_user( $this->factory->user->create( array( 'user_login' => 'paulgibbs', 'role' => 'subscriber' ) ) );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function tearDown() {
</span><span class="cx">          parent::tearDown();
</span><del>-               wp_set_current_user( $this->old_current_user );
</del><ins>+                $this->set_current_user( $this->old_current_user );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  function test_members_directory() {
</span></span></pre></div>
<a id="trunkteststestcasesroutingmessagesphp"></a>
<div class="modfile"><h4>Modified: trunk/tests/testcases/routing/messages.php (7038 => 7039)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/testcases/routing/messages.php       2013-05-09 13:19:40 UTC (rev 7038)
+++ trunk/tests/testcases/routing/messages.php  2013-05-09 13:19:50 UTC (rev 7039)
</span><span class="lines">@@ -10,12 +10,12 @@
</span><span class="cx">          parent::setUp();
</span><span class="cx"> 
</span><span class="cx">          $this->old_current_user = get_current_user_id();
</span><del>-               wp_set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</del><ins>+                $this->set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function tearDown() {
</span><span class="cx">          parent::tearDown();
</span><del>-               wp_set_current_user( $this->old_current_user );
</del><ins>+                $this->set_current_user( $this->old_current_user );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  function test_member_messages() {
</span></span></pre></div>
<a id="trunkteststestcasesroutingsettingsphp"></a>
<div class="modfile"><h4>Modified: trunk/tests/testcases/routing/settings.php (7038 => 7039)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/testcases/routing/settings.php       2013-05-09 13:19:40 UTC (rev 7038)
+++ trunk/tests/testcases/routing/settings.php  2013-05-09 13:19:50 UTC (rev 7039)
</span><span class="lines">@@ -10,12 +10,12 @@
</span><span class="cx">          parent::setUp();
</span><span class="cx"> 
</span><span class="cx">          $this->old_current_user = get_current_user_id();
</span><del>-               wp_set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</del><ins>+                $this->set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function tearDown() {
</span><span class="cx">          parent::tearDown();
</span><del>-               wp_set_current_user( $this->old_current_user );
</del><ins>+                $this->set_current_user( $this->old_current_user );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  function test_member_settings() {
</span></span></pre></div>
<a id="trunkteststestcasesroutingxprofilephp"></a>
<div class="modfile"><h4>Modified: trunk/tests/testcases/routing/xprofile.php (7038 => 7039)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/testcases/routing/xprofile.php       2013-05-09 13:19:40 UTC (rev 7038)
+++ trunk/tests/testcases/routing/xprofile.php  2013-05-09 13:19:50 UTC (rev 7039)
</span><span class="lines">@@ -10,12 +10,12 @@
</span><span class="cx">          parent::setUp();
</span><span class="cx"> 
</span><span class="cx">          $this->old_current_user = get_current_user_id();
</span><del>-               wp_set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</del><ins>+                $this->set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function tearDown() {
</span><span class="cx">          parent::tearDown();
</span><del>-               wp_set_current_user( $this->old_current_user );
</del><ins>+                $this->set_current_user( $this->old_current_user );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  function test_member_profile() {
</span><span class="lines">@@ -30,6 +30,6 @@
</span><span class="cx"> 
</span><span class="cx">  function test_member_profile_change_avatar() {
</span><span class="cx">          $this->go_to( bp_core_get_user_domain( bp_loggedin_user_id() ) . buddypress()->profile->slug . '/change-avatar' );
</span><del>-               $this->assertTrue( bp_is_user_change_avatar() );     
</del><ins>+                $this->assertTrue( bp_is_user_change_avatar() );
</ins><span class="cx">   }
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkteststestcasesurlurlphp"></a>
<div class="modfile"><h4>Modified: trunk/tests/testcases/url/url.php (7038 => 7039)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/testcases/url/url.php        2013-05-09 13:19:40 UTC (rev 7038)
+++ trunk/tests/testcases/url/url.php   2013-05-09 13:19:50 UTC (rev 7039)
</span><span class="lines">@@ -9,12 +9,12 @@
</span><span class="cx">          parent::setUp();
</span><span class="cx"> 
</span><span class="cx">          $this->old_current_user = get_current_user_id();
</span><del>-               wp_set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</del><ins>+                $this->set_current_user( $this->factory->user->create( array( 'role' => 'subscriber' ) ) );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  public function tearDown() {
</span><span class="cx">          parent::tearDown();
</span><del>-               wp_set_current_user( $this->old_current_user );
</del><ins>+                $this->set_current_user( $this->old_current_user );
</ins><span class="cx">   }
</span><span class="cx"> 
</span><span class="cx">  function test_bp_core_ajax_url() {
</span></span></pre>
</div>
</div>

</body>
</html>