diff test/org/tmatesoft/hg/test/OutputParser.java @ 478:e74580e24feb

Test for subprogress
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 12 Jul 2012 19:11:12 +0200
parents 0e34b8f3946a
children 59b7c817bc4d
line wrap: on
line diff
--- a/test/org/tmatesoft/hg/test/OutputParser.java	Thu Jul 12 18:07:51 2012 +0200
+++ b/test/org/tmatesoft/hg/test/OutputParser.java	Thu Jul 12 19:11:12 2012 +0200
@@ -71,7 +71,7 @@
 
 				public String next() {
 					if (next) {
-						String rv = m.group();
+						String rv = m.group(1);
 						next = m.find();
 						return rv;
 					}