1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/web/functions/localnetworks mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/web/functions/localnetworks |
2 |
--- e-smith-base-4.18.0/root/etc/e-smith/web/functions/localnetworks 2008-03-12 13:37:46.000000000 -0600 |
3 |
+++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/web/functions/localnetworks 2008-03-12 13:35:57.000000000 -0600 |
4 |
@@ -61,7 +61,6 @@ |
5 |
is (mode($panel), '4750', "Check permissions on script"); |
6 |
ok ($ua->get_panel($panel), "ABOUT TO RUN L10N TESTS"); |
7 |
is ($ua->{status}, 200, "200 OK"); |
8 |
-#like($ua->{content}, qr/FORM_TITLE/, "Saw untranslated form title"); |
9 |
ok ($ua->set_language("en-us"), "Set language to U.S. English"); |
10 |
ok ($ua->get_panel($panel), "Get panel"); |
11 |
is ($ua->{status}, 200, "200 OK"); |
12 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/etc/e-smith/web/functions/review mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/web/functions/review |
13 |
--- e-smith-base-4.18.0/root/etc/e-smith/web/functions/review 2008-03-12 13:37:46.000000000 -0600 |
14 |
+++ mezzanine_patched_e-smith-base-4.18.0/root/etc/e-smith/web/functions/review 2008-03-12 13:36:05.000000000 -0600 |
15 |
@@ -56,7 +56,6 @@ |
16 |
is (getgrgid($stat[5]), 'admin', "File is owned by group admin"); |
17 |
ok ($ua->get_panel($panel), "ABOUT TO RUN L10N TESTS"); |
18 |
is ($ua->{status}, 200, "200 OK"); |
19 |
-like($ua->{content}, qr/FORM_TITLE/, "Saw untranslated form title"); |
20 |
ok ($ua->set_language("en"), "Set language to English"); |
21 |
ok ($ua->get_panel($panel), "Get panel"); |
22 |
is ($ua->{status}, 200, "200 OK"); |