koko1000ban / SublimeGtags

GNU GLOBAL(gtags) support for Sublime Text 2/3
21 stars 19 forks source link

Write unit tests #9

Closed refaim closed 11 years ago

refaim commented 12 years ago

Write unit tests for almost all existing features except "extra_tag_paths" support because it's broken.

refaim commented 12 years ago

Test "test_references" passes on GNU GLOBAL 5.7.1 but fails on GNU GLOBAL 5.8 and newer. It's related to some internal gtags parser bug. I'm going to investigate this, determine exact version in which bug has been fixed and then add some workaround for it. At this point you can just remove "test_references" from the list of tests at the end of the file if you are worried about a broken test :)