Add test for issue1210: global cache gets recorded in _darcs/prefs/sources
--------------------------------------------------------------------------
> hunk ./tests/issue1210_global_cache_gets_recorded_in_darcs_prefs_sources.sh 26
> +set -ev
> +
> +. lib
> +
> +cacheDir=$HOME/.darcs/cache
> +
> +rm -rf R S
> +darcs init --repo R
> +darcs get R S
> +not grep "$cacheDir" S/_darcs/prefs/sources
Seems fairly straightforward. Applied, thanks!
By the way, that's an awfully long test name. I've taken the liberty
of renaming that to issue1210-no-global-cache-in-sources.sh
--
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9
On Tue, Jun 08, 2010 at 19:26:03 +0000, Adolfo Builes wrote:
> Tue Jun 8 13:59:48 COT 2010 builes.adolfo@googlemail.com
> * Amend patch274 skip test in windows
As discussed on IRC, it looks like the test actually caught a potential
bug which we need to work out. Good work!
(Tests catching bugs is happy time)
--
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9
Oh! I see what happened.
Adolfo, when a patch has been accepted already, it's easier for tracking
purposes if you just submit a new patch rather than trying to add to the
ticket. Basically, once a ticket is closed it should generally stay
that way :-)
status: accepted -> rejected messages:
+ msg11336 title: Add test for issue1210: global cache gets recorded in ... -> Add test for issue1210: global cache gets recorded