URL: https://github.com/SSSD/sssd/pull/559
Author: fidencio
 Title: #559: TESTS: Fix typo in test_sysdb_domain_resolution_order_ops()
Action: opened

PR body:
"""

"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/559/head:pr559
git checkout pr559
From 80d41f334ced9fc0bada5f4b1cc5924a1da06762 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fiden...@redhat.com>
Date: Tue, 24 Apr 2018 13:45:24 +0200
Subject: [PATCH] TESTS: Fix typo in test_sysdb_domain_resolution_order_ops()
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Fabiano FidĂȘncio <fiden...@redhat.com>
---
 src/tests/cmocka/test_sysdb_domain_resolution_order.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/cmocka/test_sysdb_domain_resolution_order.c b/src/tests/cmocka/test_sysdb_domain_resolution_order.c
index afbb249eb..c8b22a4f4 100644
--- a/src/tests/cmocka/test_sysdb_domain_resolution_order.c
+++ b/src/tests/cmocka/test_sysdb_domain_resolution_order.c
@@ -126,7 +126,7 @@ static void test_sysdb_domain_resolution_order_ops(void **state)
                                             test_ctx->tctx->dom->sysdb, dn,
                                             &domains_out);
     assert_int_equal(ret, EOK);
-    assert_true(strcmp(domains_out, domains_out) == 0);
+    assert_true(strcmp(domains_in, domains_out) == 0);
 
     /* Removing the domainResolutionOrder attribute */
     domains_in = NULL;
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to