testsuite: Add basic mdtool and monodevelop test cases.

master
Ville Skyttä 2011-05-15 15:55:47 +03:00
parent 6aa581fdee
commit 0e34393198
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1 @@
assert_source_completions mdtool

View File

@ -0,0 +1 @@
assert_source_completions monodevelop

View File

@ -0,0 +1,20 @@
proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "mdtool "
sync_after_int
teardown

View File

@ -0,0 +1,20 @@
proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "monodevelop "
sync_after_int
teardown