aboutsummaryrefslogtreecommitdiffstats
path: root/lib/t/03_lang_redirection.t
diff options
context:
space:
mode:
authorMarek Laane <bald@smail.ee>2014-10-12 10:54:11 +0300
committerMarek Laane <bald@smail.ee>2014-10-12 10:54:11 +0300
commita0b2d09125d7911656fe4cb286f20643c4432281 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /lib/t/03_lang_redirection.t
parente32d8242187534c387106ff344201c42ff6afb44 (diff)
downloadwww-a0b2d09125d7911656fe4cb286f20643c4432281.tar
www-a0b2d09125d7911656fe4cb286f20643c4432281.tar.gz
www-a0b2d09125d7911656fe4cb286f20643c4432281.tar.bz2
www-a0b2d09125d7911656fe4cb286f20643c4432281.tar.xz
www-a0b2d09125d7911656fe4cb286f20643c4432281.zip
Updated Estonian translation
Diffstat (limited to 'lib/t/03_lang_redirection.t')
-rw-r--r--lib/t/03_lang_redirection.t13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/t/03_lang_redirection.t b/lib/t/03_lang_redirection.t
deleted file mode 100644
index cb799c71b..000000000
--- a/lib/t/03_lang_redirection.t
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-require realpath(__DIR__ . '/../testmore.php');
-require realpath(__DIR__ . '/../../langs.inc.php');
-
-plan('no_plan');
-
-diag('Testing langs.inc.php functions.');
-
-
-is(relocate($langs, null, 'en', 'en'), '/en/');
-is(relocate($langs, null, 'en', 'pt-BR,pt;q=0.8,es;q=0.6,en-US;q=0.4,en;q=0.2'), '/pt-br/');
-