All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] test-stkutil: Fix always true condition.
@ 2010-06-30 12:31 Andrzej Zaborowski
  2010-07-01  2:18 ` Andrzej Zaborowski
  0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Zaborowski @ 2010-06-30 12:31 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 768 bytes --]

---
 unit/test-stkutil.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c
index 8b7e254..ba4d227 100644
--- a/unit/test-stkutil.c
+++ b/unit/test-stkutil.c
@@ -220,8 +220,8 @@ static void check_gsm_sms(const struct sms *command,
 		g_assert(cs->srr == ts->srr);
 		g_assert(cs->mr == ts->mr);
 
-		g_assert(cs->daddr.number_type == cs->daddr.number_type);
-		g_assert(cs->daddr.numbering_plan == cs->daddr.numbering_plan);
+		g_assert(cs->daddr.number_type == ts->daddr.number_type);
+		g_assert(cs->daddr.numbering_plan == ts->daddr.numbering_plan);
 		g_assert(g_str_equal(cs->daddr.address, ts->daddr.address));
 
 		g_assert(cs->pid == ts->pid);
-- 
1.7.1.86.g0e460.dirty


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] test-stkutil: Fix always true condition.
  2010-06-30 12:31 [PATCH] test-stkutil: Fix always true condition Andrzej Zaborowski
@ 2010-07-01  2:18 ` Andrzej Zaborowski
  0 siblings, 0 replies; 2+ messages in thread
From: Andrzej Zaborowski @ 2010-07-01  2:18 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 294 bytes --]

On 30 June 2010 14:31, Andrzej Zaborowski <andrew.zaborowski@intel.com> wrote:
> ---
>  unit/test-stkutil.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Please disregard this patch, I'm going to send a new one.  This one
causes the tests to fail.

Best regards

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-01  2:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-30 12:31 [PATCH] test-stkutil: Fix always true condition Andrzej Zaborowski
2010-07-01  2:18 ` Andrzej Zaborowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.