You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2017/06/11 09:11:07 UTC

archiva git commit: Another Test

Repository: archiva
Updated Branches:
  refs/heads/citest eee948a72 -> 3e2946fd2


Another Test


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/3e2946fd
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/3e2946fd
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/3e2946fd

Branch: refs/heads/citest
Commit: 3e2946fd24a1d9417d6e06cf6e1215172f2005b7
Parents: eee948a
Author: Martin Stockhammer <ma...@apache.org>
Authored: Sun Jun 11 11:10:53 2017 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Sun Jun 11 11:10:53 2017 +0200

----------------------------------------------------------------------
 .../java/org/apache/archiva/web/test/tools/WebdriverUtility.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/3e2946fd/archiva-modules/archiva-web/archiva-webapp-test/src/test/java/org/apache/archiva/web/test/tools/WebdriverUtility.java
----------------------------------------------------------------------
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/src/test/java/org/apache/archiva/web/test/tools/WebdriverUtility.java b/archiva-modules/archiva-web/archiva-webapp-test/src/test/java/org/apache/archiva/web/test/tools/WebdriverUtility.java
index 6bc1558..be8ce50 100644
--- a/archiva-modules/archiva-web/archiva-webapp-test/src/test/java/org/apache/archiva/web/test/tools/WebdriverUtility.java
+++ b/archiva-modules/archiva-web/archiva-webapp-test/src/test/java/org/apache/archiva/web/test/tools/WebdriverUtility.java
@@ -99,9 +99,10 @@ public class WebdriverUtility
                 DesiredCapabilities capabilities = DesiredCapabilities.internetExplorer();
                 capabilities.setCapability( InternetExplorerDriver.INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS, true );
                 // capabilities.setCapability( InternetExplorerDriver.LOG_FILE, "target/selenium/driver.log" );
-                capabilities.setCapability( InternetExplorerDriver.LOG_LEVEL, "DEBUG" );
+                capabilities.setCapability( InternetExplorerDriver.LOG_LEVEL, "TRACE" );
                 capabilities.setCapability( InternetExplorerDriver.BROWSER_ATTACH_TIMEOUT, 60000 );
                 capabilities.setCapability( InternetExplorerDriver.INITIAL_BROWSER_URL, getBaseUrl() );
+                capabilities.setCapability( InternetExplorerDriver.FORCE_CREATE_PROCESS, true );
                 WebDriver driver;
                 if (seleniumRemote)
                 {