monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: 6c3c69d2d3086e527ad3f7f998


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 6c3c69d2d3086e527ad3f7f998052e4115b506f9
Date: Sat, 5 Feb 2011 00:40:21 GMT

revision:            6c3c69d2d3086e527ad3f7f998052e4115b506f9
date:                2011-02-05T00:22:11
author:              address@hidden
branch:              net.venge.monotone
changelog:
Add a failing test for issue 141

manifest:
format_version "1"

new_manifest [b95d201433a190f832920ff89c568d70fdecba5f]

old_revision [f857bec73129b3ba61859b792353f0ecaec690eb]

patch "test/func/complete_option_names/__driver__.lua"
 from [642455fef8c2e5d21b5976222e3e3ee0b08f5ca4]
   to [6636a710b25edb29c970a2f79241430c008c4470]
============================================================
--- test/func/complete_option_names/__driver__.lua	642455fef8c2e5d21b5976222e3e3ee0b08f5ca4
+++ test/func/complete_option_names/__driver__.lua	6636a710b25edb29c970a2f79241430c008c4470
@@ -34,3 +34,7 @@ check(samefile("stdout", "no-hidden-expe
 -- this is the important part
 check(mtn("help", "--hidden", "--nh"), 0, true, false)
 check(samefile("stdout", "no-hidden-expected"))
+
+-- ensure that short options are not completed
+check(mtn("push", "-b", "foo"), 1, false, true)
+check(qgrep("option error: unknown option 'b'", "stderr"))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]