diff test/org/tmatesoft/hg/test/TestClone.java @ 204:883f1efbcf27

Add clone,incoming and outging tests
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 26 Apr 2011 23:58:15 +0200
parents 706bcc7cfee4
children 4a0bab2c6da1
line wrap: on
line diff
--- a/test/org/tmatesoft/hg/test/TestClone.java	Tue Apr 26 15:52:33 2011 +0200
+++ b/test/org/tmatesoft/hg/test/TestClone.java	Tue Apr 26 23:58:15 2011 +0200
@@ -24,6 +24,7 @@
 
 import org.hamcrest.CoreMatchers;
 import org.junit.Rule;
+import org.junit.Test;
 import org.tmatesoft.hg.core.HgCloneCommand;
 import org.tmatesoft.hg.repo.HgRemoteRepository;
 
@@ -46,6 +47,7 @@
 	public TestClone() {
 	}
 	
+	@Test
 	public void testSimpleClone() throws Exception {
 		int x = 0;
 		final File tempDir = Configuration.get().getTempDir();