Skip to content

Commit

Permalink
Item1247: Removed TWikiFuncTests and FuncTests empty calls to assert_…
Browse files Browse the repository at this point in the history
…matches

git-svn-id: http://svn.foswiki.org/trunk@3009 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed Mar 11, 2009
1 parent 6b9c13a commit 5577c4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -59,7 +59,6 @@ sub test_getViewUrl {

$result = TWiki::Func::getViewUrl( "Sausages", "AndMash" );
$this->assert_matches( qr!/$ss/Sausages/AndMash!, $result );
$this->assert_matches( qr!!, $result );

$result = TWiki::Func::getViewUrl( "", "AndMash" );
$this->assert_matches( qr!/$ss/Sausages/AndMash!, $result );
Expand Down
1 change: 0 additions & 1 deletion UnitTestContrib/test/unit/FuncTests.pm
Expand Up @@ -69,7 +69,6 @@ sub test_getViewUrl {

$result = Foswiki::Func::getViewUrl( "Sausages", "AndMash" );
$this->assert_matches( qr!/$ss/Sausages/AndMash!, $result );
$this->assert_matches( qr!!, $result );

$result = Foswiki::Func::getViewUrl( "", "AndMash" );
$this->assert_matches( qr!/$ss/Sausages/AndMash!, $result );
Expand Down

0 comments on commit 5577c4b

Please sign in to comment.