[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-302-gd8e22da

Ville Skyttä ville.skytta at iki.fi
Sun May 15 12:59:49 UTC 2011


The following commit has been merged in the master branch:
commit 0e343931980e39c4117947aab3c01fa8f4bc0c17
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun May 15 15:55:47 2011 +0300

    testsuite: Add basic mdtool and monodevelop test cases.

diff --git a/test/completion/mdtool.exp b/test/completion/mdtool.exp
new file mode 100644
index 0000000..f7604e1
--- /dev/null
+++ b/test/completion/mdtool.exp
@@ -0,0 +1 @@
+assert_source_completions mdtool
diff --git a/test/completion/monodevelop.exp b/test/completion/monodevelop.exp
new file mode 100644
index 0000000..1c4fd45
--- /dev/null
+++ b/test/completion/monodevelop.exp
@@ -0,0 +1 @@
+assert_source_completions monodevelop
diff --git a/test/lib/completions/a2ps.exp b/test/lib/completions/mdtool.exp
similarity index 79%
copy from test/lib/completions/a2ps.exp
copy to test/lib/completions/mdtool.exp
index 77cd07f..076cb17 100644
--- a/test/lib/completions/a2ps.exp
+++ b/test/lib/completions/mdtool.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "a2ps "
+assert_complete_any "mdtool "
 
 
 sync_after_int
diff --git a/test/lib/completions/aclocal.exp b/test/lib/completions/monodevelop.exp
similarity index 77%
copy from test/lib/completions/aclocal.exp
copy to test/lib/completions/monodevelop.exp
index da133aa..0bfe788 100644
--- a/test/lib/completions/aclocal.exp
+++ b/test/lib/completions/monodevelop.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "aclocal "
+assert_complete_any "monodevelop "
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list