This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  a56db75110f765fbaaa73b081dc561fd6c0250ba (commit)
      from  112c60ac2e2ea5f8f509a5bf587da152ca7c50d5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=a56db75110f765fbaaa73b081dc561fd6c0250ba

commit a56db75110f765fbaaa73b081dc561fd6c0250ba
Author: Franck Villaume <[email protected]>
Date:   Sun May 21 19:42:55 2017 +0200

    fix unit test

diff --git a/tests/unit/utils/UtilsTest.php b/tests/unit/utils/UtilsTest.php
index 1bce39f..c820949 100644
--- a/tests/unit/utils/UtilsTest.php
+++ b/tests/unit/utils/UtilsTest.php
@@ -74,12 +74,12 @@ class Utils_Tests extends PHPUnit_Framework_TestCase
        public function testUtilMakeLinks()
        {
                $this->assertEquals(
-                       'a <a href="http://fusionforge.org/"; 
target="_new">http://fusionforge.org/</a> b',
+                       'a <a href="http://fusionforge.org/"; 
target="_blank">http://fusionforge.org/</a> b',
                        util_make_links('a http://fusionforge.org/ b')
                );
 
                $this->assertEquals(
-                       'a <a href="https://fusionforge.org/"; 
target="_new">https://fusionforge.org/</a> b',
+                       'a <a href="https://fusionforge.org/"; 
target="_blank">https://fusionforge.org/</a> b',
                        util_make_links('a https://fusionforge.org/ b')
                );
 

-----------------------------------------------------------------------

Summary of changes:
 tests/unit/utils/UtilsTest.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to