]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
twisted/allmydata_trial.py: fix stale comment that referred to trial_figleaf.py ...
authordavid-sarah <david-sarah@jacaranda.org>
Sat, 22 Jan 2011 01:39:13 +0000 (17:39 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Sat, 22 Jan 2011 01:39:13 +0000 (17:39 -0800)
twisted/plugins/allmydata_trial.py

index 11cbeade52e41619347f946240c1332615f33a80..c9ee5b9a6a6c9f41fcc9b60844abf7ed6a81dea1 100644 (file)
@@ -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