[geany/geany] 09c231: Change expected tag kind for Python imports in tests since the parser has changed

Enrico Tröger git-noreply at xxxxx
Sun Feb 9 08:26:36 UTC 2014


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 09 Feb 2014 08:26:36 UTC
Commit:      09c2315bc43778537db987aa38d54dd5bf97381d
             https://github.com/geany/geany/commit/09c2315bc43778537db987aa38d54dd5bf97381d

Log Message:
-----------
Change expected tag kind for Python imports in tests since the parser has changed

This fixes the tests which failed because I changed the parsing yesterday to
classify Python as externvars and not as namespace tags anymore.


Modified Paths:
--------------
    tests/ctags/cython_sample2.pyx.tags
    tests/ctags/py_constructor_arglist.py.tags
    tests/ctags/simple.py.tags

Modified: tests/ctags/cython_sample2.pyx.tags
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,3 +1,3 @@
 # format=tagmanager
 my_funÌ16Í(np.ndarray[dtype=double, ndim=1] x)Ö0
-npÌ256Ö0
+npÌ32768Ö0


Modified: tests/ctags/py_constructor_arglist.py.tags
26 files changed, 13 insertions(+), 13 deletions(-)
===================================================================
@@ -1,16 +1,16 @@
 # format=tagmanager
-HttpResponseÌ256Ö0
-HttpResponseBadRequestÌ256Ö0
-InterfaceDataValidationErrorÌ256Ö0
-RequestContextÌ256Ö0
+HttpResponseÌ32768Ö0
+HttpResponseBadRequestÌ32768Ö0
+InterfaceDataValidationErrorÌ32768Ö0
+RequestContextÌ32768Ö0
 SomeClassÌ1Í(self, filename, pathsep='', treegap=64)Ö0
 __init__Ì128Í(self, filename, pathsep='', treegap=64)ÎSomeClassÖ0
-btopenÌ256Ö0
-csrf_exemptÌ256Ö0
-csrf_exempt2Ì256Ö0
-login_requiredÌ256Ö0
-permission_requiredÌ256Ö0
-render_to_responseÌ256Ö0
-require_POSTÌ256Ö0
-simplejsonÌ256Ö0
-sysÌ256Ö0
+btopenÌ32768Ö0
+csrf_exemptÌ32768Ö0
+csrf_exempt2Ì32768Ö0
+login_requiredÌ32768Ö0
+permission_requiredÌ32768Ö0
+render_to_responseÌ32768Ö0
+require_POSTÌ32768Ö0
+simplejsonÌ32768Ö0
+sysÌ32768Ö0


Modified: tests/ctags/simple.py.tags
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -8,7 +8,7 @@ VERSION
 __init__Ì128Í(self, filename, pathsep='', treegap=64)ÎoneÖ0
 __private_function__Ì128Í(self, key, data)ÎoneÖ0
 _testÌ16Í(test, code, outcome, exception)Ö0
-btopenÌ256Ö0
+btopenÌ32768Ö0
 deeply_nestedÌ1Î_test.ignored_function.more_nestingÖ0
 even_moreÌ128Í()Î_test.ignored_function.more_nesting.deeply_nestedÖ0
 fooÌ16Í(Ö0



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list