Skip to content

Commit

Permalink
ExpandURLs and Facebook plugin test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed Jul 5, 2012
1 parent ee949e5 commit 8074e88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -124,7 +124,7 @@ public function testConfigOptionsNotAdmin() {
//app not configured
$controller = new ExpandURLsPluginConfigurationController($owner, 'flickrthumbnails');
$output = $controller->go();
$this->assertPattern('/var required_values_set = false/', $output); // is not configured
$this->assertPattern('/var required_values_set = true/', $output); //is not configured, no required values
}

/**
Expand All @@ -147,6 +147,6 @@ public function testConfigOptionsIsAdmin() {
//app not configured
$controller = new ExpandURLsPluginConfigurationController($owner, 'flickrthumbnails');
$output = $controller->go();
$this->assertPattern('/var required_values_set = false/', $output); // is not configured
$this->assertPattern('/var required_values_set = true/', $output); //is not configured, no required values
}
}
Expand Up @@ -205,7 +205,7 @@ public function testConfigOptionsIsAdminWithSSL() {

$this->debug($output);

$expected_pattern = '/add the Site URL:
$expected_pattern = '/add the Site URL:<br>
<small>
<code style="font-family:Courier;" id="clippy_2988">https:\/\//';
$this->assertPattern($expected_pattern, $output);
Expand Down

0 comments on commit 8074e88

Please sign in to comment.