diff design.txt @ 202:706bcc7cfee4

Basic test for HgIncomingCommand. Fix RepositoryComparator for cases when whole repository is unknown. Respect freshly initialized (empty) repositories in general.
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 26 Apr 2011 02:50:06 +0200
parents 114c9fe7b643
children ffc5f6d59f7e
line wrap: on
line diff
--- a/design.txt	Thu Apr 21 19:16:45 2011 +0200
+++ b/design.txt	Tue Apr 26 02:50:06 2011 +0200
@@ -118,3 +118,5 @@
 
 ExecHelper('cmd', OutputParser()).run(). StatusOutputParser, LogOutputParser extends OutputParser. construct java result similar to that of cmd, compare results
 
+Need better MethodRule than ErrorCollector for tests run as java app (to print not only MultipleFailureException, but distinct errors)
+Also consider using ExternalResource and TemporaryFolder rules.