Changeset 211


Ignore:
Timestamp:
29-04-07 19:06:13 (6 years ago)
Author:
thomas
Message:

fix test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/moap/test/test_bash_completion.sh

    r134 r211  
    7171    unset COMPREPLY 
    7272    _moap_complete_moap moap doap 
    73     assert_equals "${COMPREPLY[*]}" "bug freshmeat mail show" 
     73    assert_equals "${COMPREPLY[*]}" "bug freshmeat ical mail rss show" 
    7474 
    7575    unset COMPREPLY 
     
    8585    unset COMPREPLY 
    8686    _moap_complete_moap moap doap --version 0.9.1 
    87     assert_equals "${COMPREPLY[*]}" "bug freshmeat mail show" 
     87    assert_equals "${COMPREPLY[*]}" "bug freshmeat ical mail rss show" 
    8888} 
    8989 
Note: See TracChangeset for help on using the changeset viewer.