You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/01/16 19:03:05 UTC

[maven-fluido-skin] branch MSKINS-105 created (now 35a3da5)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch MSKINS-105
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git.


      at 35a3da5  [MSKINS-105] Fix test - alt text for Pwik image

This branch includes the following new commits:

     new 35a3da5  [MSKINS-105] Fix test - alt text for Pwik image

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-fluido-skin] 01/01: [MSKINS-105] Fix test - alt text for Pwik image

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MSKINS-105
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git

commit 35a3da5b2257149728b41c217e78c6e97c071e43
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Jan 16 20:02:47 2020 +0100

    [MSKINS-105] Fix test - alt text for Pwik image
---
 src/it/mskins-75/verify.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/mskins-75/verify.groovy b/src/it/mskins-75/verify.groovy
index b84912f..a183939 100644
--- a/src/it/mskins-75/verify.groovy
+++ b/src/it/mskins-75/verify.groovy
@@ -30,6 +30,6 @@ assert 1 == index.getText().count( '''\
     piwikTracker.trackPageView();
     piwikTracker.enableLinkTracking();
     } catch( err ) {}
-    </script><noscript><p><img src="http://example.org/piwik/piwik.php?idsite=1" style="border:0" alt=""/></p></noscript>
+    </script><noscript><p><img src="http://example.org/piwik/piwik.php?idsite=1" style="border:0" alt="Piwik"/></p></noscript>
     <!-- End Piwik Tag -->
 '''.replace( "\n", System.getProperty( "line.separator" ) ) )