You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2016/05/21 06:26:22 UTC

svn commit: r1744847 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/ArquillianTest.java

Author: deki
Date: Sat May 21 06:26:22 2016
New Revision: 1744847

URL: http://svn.apache.org/viewvc?rev=1744847&view=rev
Log:
TOBAGO-1473: fixed checkstyle violations

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/ArquillianTest.java

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/ArquillianTest.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/ArquillianTest.java?rev=1744847&r1=1744846&r2=1744847&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/ArquillianTest.java (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/ArquillianTest.java Sat May 21 06:26:22 2016
@@ -38,8 +38,9 @@ import org.openqa.selenium.WebElement;
 import org.openqa.selenium.support.FindBy;
 
 /**
- * if PhantomJS is configured, ensure that content-security-policy mode="off" is in tobago-config.xml otherwise it will result in
- * "Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive"
+ * if PhantomJS is configured, ensure that content-security-policy mode="off" is in tobago-config.xml otherwise
+ * it will result in "Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed
+ * source of script in the following Content Security Policy directive"
  * see: https://github.com/ariya/phantomjs/issues/13114
  */
 @RunWith(Arquillian.class)