Skip to content

Commit

Permalink
[#471] PluggableBackendImplTestCase: add duplicate mail test (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko authored Feb 4, 2025
1 parent 006b32f commit f43f275
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* information: "Portions Copyright [year] [name of copyright owner]".
*
* Copyright 2015-2016 ForgeRock AS.
* Copyright 2023 3A Systems, LLC.
* Portions Copyright 2023-2025 3A Systems, LLC.
*/
package org.opends.server.backends.pluggable;

Expand Down Expand Up @@ -464,7 +464,7 @@ public void setUp() throws Exception
"initials: AZA",
"employeeNumber: 10",
"uid: user.10",
"mail: user.10@example.com",
"mail: user.9@example.com",
"userPassword: password",
"telephoneNumber: 457-819-0832",
"homePhone: 931-305-5452",
Expand Down

0 comments on commit f43f275

Please sign in to comment.