wiki.pl: Port some fixes from upstream
[Orgmuse.git] / t / translations.t
blobccffcdbdb46dc958d6336e133c67884534de8d68
1 # Copyright (C) 2012  Alex Schroeder <alex@gnu.org>
3 # This program is free software; you can redistribute it and/or modify it under
4 # the terms of the GNU General Public License as published by the Free Software
5 # Foundation; either version 3 of the License, or (at your option) any later
6 # version.
8 # This program is distributed in the hope that it will be useful, but WITHOUT
9 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12 # You should have received a copy of the GNU General Public License along with
13 # this program. If not, see <http://www.gnu.org/licenses/>.
15 require 't/test.pl';
16 package OddMuse;
17 use Test::More tests => 6;
18 use utf8; # tests contain UTF-8 characters and it matters
20 clear_pages();
22 test_page(update_page('HomePage', 'tätärätää!'),
23           'Edit this page', 'Last edited', 'tätärätää!');
25 add_module('german-utf8.pl', 'translations');
27 test_page(get_page('HomePage'),
28           'Diese Seite bearbeiten', 'Zuletzt geändert', 'tätärätää!');