# # patch "ChangeLog" # from [7ca4103e178a56ea60a77fa811db0e69e015f5b1] # to [b7e000017fec3f2d7052ae49553245e92acc2060] # # patch "tests/t_automate_select.at" # from [6ca40daab6a3893a842ab2042d9419589a36826e] # to [2c0aa384e87804dfdd2d680eef9aa744337fbfa8] # --- ChangeLog +++ ChangeLog @@ -1,5 +1,9 @@ 2005-04-28 Richard Levitte + * tests/t_automate_select.at: silly ignores not needed any more. + +2005-04-28 Richard Levitte + * commands.cc (complete): Don't talk of there really was no expansion. --- tests/t_automate_select.at +++ tests/t_automate_select.at @@ -18,8 +18,8 @@ AT_CHECK(cp testfile testfile3) COMMIT(testbranch) -AT_CHECK(MONOTONE cert $FIRST testcert 'value=with=equal=signs', [], [ignore], [ignore]) -AT_CHECK(MONOTONE cert $SECOND testcert 'value', [], [ignore], [ignore]) +AT_CHECK(MONOTONE cert $FIRST testcert 'value=with=equal=signs') +AT_CHECK(MONOTONE cert $SECOND testcert 'value') # Check that inexact values fail... CHECK_SAME_STDOUT(MONOTONE automate select 'c:testcert=value=' | wc -l, echo 0)