[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-62-gf0eac44

Ville Skyttä ville.skytta at iki.fi
Wed Apr 6 15:51:36 UTC 2011


The following commit has been merged in the master branch:
commit c691c6e998cae795196188f771a6822a6aef32ec
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Apr 6 18:49:06 2011 +0300

    Add CHANGES entry and test case for previous java completion change.

diff --git a/CHANGES b/CHANGES
index 52bbee5..8b54213 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,7 @@ bash-completion (2.x)
 
   [ Mattias Ulbrich ]
   * Make java class completion suggest packages.
+  * Fix completion when classpath contains multiple entries.
 
   [ Matej Cepl ]
   * Complete oo{writer,impress,calc,draw} on LibreOffice FlatXML extensions
diff --git a/test/lib/completions/java.exp b/test/lib/completions/java.exp
index e41dbcc..23f3c6c 100644
--- a/test/lib/completions/java.exp
+++ b/test/lib/completions/java.exp
@@ -31,6 +31,13 @@ assert_complete "bashcomp.jarred toplevel" \
 sync_after_int
 
 
+assert_complete "bashcomp.jarred d toplevel" \
+    "java -cp $::srcdir/fixtures/java/bashcomp.jar:$::srcdir/fixtures/java/a/c "
+
+
+sync_after_int
+
+
 assert_no_complete "java -cp \"\" "
 
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list