* [PATCH] test-voicecall: Fix typo
@ 2012-07-31 9:47 Guillaume Zajac
2012-08-07 7:26 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Guillaume Zajac @ 2012-07-31 9:47 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 465 bytes --]
---
test/test-voicecall | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/test-voicecall b/test/test-voicecall
index 3b0d432..7118eb8 100755
--- a/test/test-voicecall
+++ b/test/test-voicecall
@@ -12,7 +12,7 @@ def hangup_all():
def print_calls():
calls = vcmanager.GetCalls()
- if (len(calls) != 0):
+ if (len(calls) == 0):
print "No calls available"
else:
for path, properties in calls:
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-07 7:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31 9:47 [PATCH] test-voicecall: Fix typo Guillaume Zajac
2012-08-07 7:26 ` Denis Kenzior
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.