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 2017/12/11 21:28:10 UTC

[directory-studio] branch studio-value updated: DIRSERVER-2109: Set correct expected values after bug is fixed

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

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


The following commit(s) were added to refs/heads/studio-value by this push:
     new 58f8529  DIRSERVER-2109: Set correct expected values after bug is fixed
58f8529 is described below

commit 58f8529682f6db2aa9f5cdefa3f948f0a10a1374
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Mon Dec 11 22:27:56 2017 +0100

    DIRSERVER-2109: Set correct expected values after bug is fixed
---
 .../apache/directory/studio/test/integration/ui/EntryEditorTest.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/EntryEditorTest.java b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/EntryEditorTest.java
index dce887a..783f37a 100644
--- a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/EntryEditorTest.java
+++ b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/EntryEditorTest.java
@@ -240,7 +240,7 @@ public class EntryEditorTest extends AbstractLdapTestUnit
             .selectEntry( "DIT", "Root DSE", "ou=system", "ou=users", "cn=\\#\\\\\\+\\, \\\"\u00F6\u00E9\\\"" );
         entryEditorBot = studioBot.getEntryEditorBot( "cn=\\#\\\\\\+\\, \\\"\u00F6\u00E9\\\",ou=users,ou=system" );
         entryEditorBot.activate();
-        assertEquals( 9, entryEditorBot.getAttributeValues().size() );
+        assertEquals( 8, entryEditorBot.getAttributeValues().size() );
 
         // paste value, wait till job is done
         JobWatcher watcher = new JobWatcher( BrowserCoreMessages.jobs__execute_ldif_name );
@@ -248,7 +248,7 @@ public class EntryEditorTest extends AbstractLdapTestUnit
         watcher.waitUntilDone();
 
         // assert pasted value visible in editor
-        assertEquals( 10, entryEditorBot.getAttributeValues().size() );
+        assertEquals( 9, entryEditorBot.getAttributeValues().size() );
         entryEditorBot.getAttributeValues().contains( "uid: bjensen" );
 
         // assert pasted value was written to directory

-- 
To stop receiving notification emails like this one, please contact
['"commits@directory.apache.org" <co...@directory.apache.org>'].