Skip to content

Commit

Permalink
Fixing empty value vs no value
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 19, 2015
1 parent 482ce73 commit a650e99
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
Expand Up @@ -292,7 +292,6 @@
<q:not>
<q:equal>
<q:path>c:employeeNumber</q:path>
<q:value/>
</q:equal>
</q:not>
</q:and>
Expand Down
Expand Up @@ -292,7 +292,6 @@
<q:not>
<q:equal>
<q:path>c:employeeNumber</q:path>
<q:value/>
</q:equal>
</q:not>
</q:and>
Expand Down
Expand Up @@ -297,7 +297,6 @@
<q:not>
<q:equal>
<q:path>c:employeeNumber</q:path>
<q:value/>
</q:equal>
</q:not>
</q:and>
Expand Down
Expand Up @@ -297,7 +297,6 @@
<q:not>
<q:equal>
<q:path>c:employeeNumber</q:path>
<q:value/>
</q:equal>
</q:not>
</q:and>
Expand Down
1 change: 0 additions & 1 deletion testing/conntest/src/test/resources/opendj/resource.xml
Expand Up @@ -308,7 +308,6 @@
<q:not>
<q:equal>
<q:path>c:employeeNumber</q:path>
<q:value/>
</q:equal>
</q:not>
</q:and>
Expand Down
1 change: 0 additions & 1 deletion testing/conntest/src/test/resources/openldap/resource.xml
Expand Up @@ -298,7 +298,6 @@
<q:not>
<q:equal>
<q:path>c:employeeNumber</q:path>
<q:value/>
</q:equal>
</q:not>
</q:and>
Expand Down

0 comments on commit a650e99

Please sign in to comment.