[telepathy-glib/master] Add missing parenthesis to fix syntax of test

Simon McVittie simon.mcvittie at collabora.co.uk
Wed May 27 08:38:40 PDT 2009


---
 tests/all-errors-documented.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/all-errors-documented.py b/tests/all-errors-documented.py
index f258b48..ae66df5 100755
--- a/tests/all-errors-documented.py
+++ b/tests/all-errors-documented.py
@@ -21,7 +21,7 @@ def check_all_errors_documented(abs_top_srcdir):
     for error in errors.getElementsByTagNameNS(NS_TP, 'error'):
         nick = error.getAttribute('name').replace(' ', '')
         name = ('TP_ERROR_STR_' +
-                error.getAttribute('name').replace('.', '_').replace(' ', '_').upper()
+                error.getAttribute('name').replace('.', '_').replace(' ', '_').upper())
 
         if '%s\n' % name not in sections:
             print "'%s' is missing in %s" % (name, sections_path)
-- 
1.5.6.5



More information about the telepathy-commits mailing list