From: david-sarah Date: Sat, 22 Jan 2011 01:39:13 +0000 (-0800) Subject: twisted/allmydata_trial.py: fix stale comment that referred to trial_figleaf.py ... X-Git-Tag: allmydata-tahoe-1.8.2b1~15 X-Git-Url: https://git.rkrishnan.org/install.html?a=commitdiff_plain;h=74aba7dd264083e0e1271d925f034344deb5535a;p=tahoe-lafs%2Ftahoe-lafs.git twisted/allmydata_trial.py: fix stale comment that referred to trial_figleaf.py (replaced with trial_coverage.py). --- diff --git a/twisted/plugins/allmydata_trial.py b/twisted/plugins/allmydata_trial.py index 11cbeade..c9ee5b9a 100644 --- a/twisted/plugins/allmydata_trial.py +++ b/twisted/plugins/allmydata_trial.py @@ -5,7 +5,7 @@ from twisted.trial.itrial import IReporter from twisted.plugin import IPlugin # register a plugin that can create our CoverageReporter. The reporter itself -# lives separately, in src/allmydata/test/trial_figleaf.py +# lives separately, in src/allmydata/test/trial_coverage.py # note that this allmydata_trial.py file is *not* in a package: there is no # __init__.py in our parent directory. This is important, because otherwise