Major refactoring

This commit is contained in:
Leandro Freitas
2015-04-16 22:56:09 -03:00
parent 32188000f9
commit 0e3c5cb2b6
6 changed files with 141 additions and 131 deletions

View File

@@ -11,7 +11,7 @@ let s:SORTED_TASKS = [
\ ]
function! s:tc.test_sort_by_context()
call self.data.visual_execute('call TodoTxtSortByContext()', 'lorem_ipsum')
call self.data.visual_execute('call todo#txt#sort_by_context()', 'lorem_ipsum')
call self.assert_equal(s:SORTED_TASKS, self.data.get('lorem_ipsum'))
endfunction