comparison build.xml @ 355:f2c11fe7f3e9

Newline filter shall respect whole stream when deciding whether to process line terminators, hence added stream preview functionality
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 06 Dec 2011 12:57:21 +0100
parents f05c8b1f08c4
children 189dc6dc1c3e
comparison
equal deleted inserted replaced
354:5f9073eabf06 355:f2c11fe7f3e9
85 <test name="org.tmatesoft.hg.test.TestAuxUtilities" /> 85 <test name="org.tmatesoft.hg.test.TestAuxUtilities" />
86 <test name="org.tmatesoft.hg.test.TestHistory" /> 86 <test name="org.tmatesoft.hg.test.TestHistory" />
87 <test name="org.tmatesoft.hg.test.TestManifest" /> 87 <test name="org.tmatesoft.hg.test.TestManifest" />
88 <test name="org.tmatesoft.hg.test.TestStatus" /> 88 <test name="org.tmatesoft.hg.test.TestStatus" />
89 <test name="org.tmatesoft.hg.test.TestStorePath" /> 89 <test name="org.tmatesoft.hg.test.TestStorePath" />
90 <test name="org.tmatesoft.hg.test.TestNewlineFilter" />
90 <test name="org.tmatesoft.hg.test.TestIgnore" /> 91 <test name="org.tmatesoft.hg.test.TestIgnore" />
91 <test name="org.tmatesoft.hg.test.TestDirstate" /> 92 <test name="org.tmatesoft.hg.test.TestDirstate" />
92 <test name="org.tmatesoft.hg.test.TestBranches" /> 93 <test name="org.tmatesoft.hg.test.TestBranches" />
93 <test name="org.tmatesoft.hg.test.TestByteChannel" /> 94 <test name="org.tmatesoft.hg.test.TestByteChannel" />
94 <test name="org.tmatesoft.hg.test.TestClone" /> 95 <test name="org.tmatesoft.hg.test.TestClone" />