You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2020/04/11 15:06:43 UTC

[directory-studio] branch test-windows created (now 8e8ea70)

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

seelmann pushed a change to branch test-windows
in repository https://gitbox.apache.org/repos/asf/directory-studio.git.


      at 8e8ea70  Test if test work now on windows server

This branch includes the following new commits:

     new 8e8ea70  Test if test work now on windows server

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.



[directory-studio] 01/01: Test if test work now on windows server

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

seelmann pushed a commit to branch test-windows
in repository https://gitbox.apache.org/repos/asf/directory-studio.git

commit 8e8ea70cb276f5497a485d27ae11e09bceed45e6
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sat Apr 11 17:06:23 2020 +0200

    Test if test work now on windows server
---
 .../org/apache/directory/studio/test/integration/ui/BrowserTest.java    | 2 +-
 .../org/apache/directory/studio/test/integration/ui/LdifEditorTest.java | 2 +-
 .../apache/directory/studio/test/integration/ui/SchemaEditorTest.java   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/BrowserTest.java b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/BrowserTest.java
index 4209215..44234b0 100644
--- a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/BrowserTest.java
+++ b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/BrowserTest.java
@@ -608,7 +608,7 @@ public class BrowserTest extends AbstractLdapTestUnit
         /*
          * This test fails on Jenkins Windows Server, to be investigated...
          */
-        Assume.assumeFalse( StudioSystemUtils.IS_OS_WINDOWS_SERVER );
+        // Assume.assumeFalse( StudioSystemUtils.IS_OS_WINDOWS_SERVER );
 
         browserViewBot.selectEntry( "DIT", "Root DSE", "ou=system", "ou=users" );
         browserViewBot.expandEntry( "DIT", "Root DSE", "ou=system", "ou=users" );
diff --git a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/LdifEditorTest.java b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/LdifEditorTest.java
index 284158f..d591c0d 100644
--- a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/LdifEditorTest.java
+++ b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/LdifEditorTest.java
@@ -76,7 +76,7 @@ public class LdifEditorTest extends AbstractLdapTestUnit
         /*
          * This test fails on Jenkins Windows Server, to be investigated...
          */
-        Assume.assumeFalse( StudioSystemUtils.IS_OS_WINDOWS_SERVER );
+        // Assume.assumeFalse( StudioSystemUtils.IS_OS_WINDOWS_SERVER );
 
         NewWizardBot newWizard = studioBot.openNewWizard();
         newWizard.selectLdifFile();
diff --git a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/SchemaEditorTest.java b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/SchemaEditorTest.java
index 38d363e..c83e14a 100644
--- a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/SchemaEditorTest.java
+++ b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/SchemaEditorTest.java
@@ -99,7 +99,7 @@ public class SchemaEditorTest extends AbstractLdapTestUnit
         /*
          * This test fails on Jenkins Windows Server, to be investigated...
          */
-        Assume.assumeFalse( StudioSystemUtils.IS_OS_WINDOWS_SERVER );
+        // Assume.assumeFalse( StudioSystemUtils.IS_OS_WINDOWS_SERVER );
 
         createProject( "Project Search For Aliases" );