Skip to content

Commit

Permalink
Item12888: fix to the cache test so it should work on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Comment committed May 23, 2015
1 parent 4ad60bf commit a5e778c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UnitTestContrib/test/unit/CacheTests.pm
@@ -1,6 +1,7 @@
package CacheTests;
use strict;
use warnings;
use utf8;

use FoswikiFnTestCase();
our @ISA = qw( FoswikiFnTestCase );
Expand Down Expand Up @@ -311,7 +312,7 @@ sub verify_utf8_topic {
$meta->text($topic);
$meta->save();

$this->check("/$web/$topic");
$this->check( Encode::encode_utf8("/$web/$topic") );
}

1;

0 comments on commit a5e778c

Please sign in to comment.