Skip to content

Commit

Permalink
Fix TestOfTwitterPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed Dec 26, 2012
1 parent efc14c5 commit e2f7e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/plugins/twitter/tests/TestOfTwitterPlugin.php
Expand Up @@ -70,7 +70,7 @@ public function testMenuItemRegistrationForDashboardAndPost() {

$menus = $this->webapp->getDashboardMenu($instance);

$this->assertEqual(sizeof($menus), 21);
$this->assertEqual(sizeof($menus), 22);
$first_post_menuitem = $menus["tweets-all"];
$this->assertEqual($first_post_menuitem->name, "Your tweets");
$this->assertEqual($first_post_menuitem->description, "All your tweets");
Expand Down Expand Up @@ -139,7 +139,7 @@ public function testMenuItemRegistrationForDashboardAndPostRealtimeActive() {

$menus = $this->webapp->getDashboardMenu($instance);

$this->assertEqual(sizeof($menus), 23);
$this->assertEqual(sizeof($menus), 24);
$first_post_menuitem = $menus["tweets-all"];
$this->assertEqual($first_post_menuitem->name, "Your tweets");
$this->assertEqual($first_post_menuitem->description, "All your tweets");
Expand Down

0 comments on commit e2f7e3d

Please sign in to comment.