comparison test/org/tmatesoft/hg/test/TestManifest.java @ 282:e51dd9a14b6f

Yet another WC status fix, where dirstate parent and base revision are treated right (dirstate parent other than tip and explicit baseRevision are not the same)
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Sat, 03 Sep 2011 01:21:03 +0200
parents 4c3b9f679412
children 31a89587eb04
comparison
equal deleted inserted replaced
281:81e9a3c9bafe 282:e51dd9a14b6f
74 } 74 }
75 75
76 private TestManifest(HgRepository hgRepo) { 76 private TestManifest(HgRepository hgRepo) {
77 repo = hgRepo; 77 repo = hgRepo;
78 assertTrue(!repo.isInvalid()); 78 assertTrue(!repo.isInvalid());
79 eh = new ExecHelper(manifestParser = new ManifestOutputParser(), null); 79 eh = new ExecHelper(manifestParser = new ManifestOutputParser(), repo.getWorkingDir());
80 } 80 }
81 81
82 @Test 82 @Test
83 public void testTip() throws Exception { 83 public void testTip() throws Exception {
84 testRevision(TIP); 84 testRevision(TIP);