[Bps-public-commit] r17065 - in Prophet/trunk: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Dec 2 06:48:41 EST 2008
Author: sunnavy
Date: Tue Dec 2 06:48:40 2008
New Revision: 17065
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/t/aliases.t
Log:
r17982 at sunnavys-mb: sunnavy | 2008-12-02 19:46:41 +0800
add another test for aliases
Modified: Prophet/trunk/t/aliases.t
==============================================================================
--- Prophet/trunk/t/aliases.t (original)
+++ Prophet/trunk/t/aliases.t Tue Dec 2 06:48:40 2008
@@ -40,6 +40,11 @@
comment => q{deleted alias 'pull -a = pull --local'},
},
{
+ cmd => [ '--delete', 'pull -a' ],
+ output => qr/didn't find alias 'pull -a'/,
+ comment => q{delete an alias that doesn't exist any more},
+ },
+ {
cmd => [ '--add', 'pull -a=pull --all' ],
output => qr/added alias 'pull -a = pull --all/,
comment => 'readd a new alias',
More information about the Bps-public-commit
mailing list