Skip to content

Commit

Permalink
Fixed "Theme preview" test case
Browse files Browse the repository at this point in the history
  • Loading branch information
roccivic committed Oct 31, 2012
1 parent d779531 commit 1c14714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/classes/PMA_Theme_test.php
Expand Up @@ -245,7 +245,7 @@ public function testPrintPreview()
{
$this->assertEquals(
$this->object->getPrintPreview(),
'<div class="theme_preview"><h2> (0.0.0.0) </h2><p><a target="_top" class="take_theme" name="" href="index.php?set_theme=&amp;server=99&amp;lang=en&amp;token=token">No preview available.[ <strong>take it</strong> ]</a></p></div>'
'<div class="theme_preview"><h2> (0.0.0.0) </h2><p><a class="take_theme" name="" href="index.php?set_theme=&amp;server=99&amp;lang=en&amp;token=token">No preview available.[ <strong>take it</strong> ]</a></p></div>'
);
}

Expand Down

0 comments on commit 1c14714

Please sign in to comment.