comparison src/fdl/test/transfer/two/TestTransfer.java @ 66:82a292aa41ad

fix
author one
date Sat, 06 Jun 2009 14:23:02 +0900
parents 629b6cfbd37f
children
comparison
equal deleted inserted replaced
65:cc860e8beb8f 66:82a292aa41ad
1 package fdl.test.transfer.two; 1 package fdl.test.transfer.two;
2 2
3 import static org.junit.Assert.*; 3 import static org.junit.Assert.assertEquals;
4
4 import org.junit.Test; 5 import org.junit.Test;
5 6
6 public class TestTransfer { 7 public class TestTransfer {
7 @Test 8 @Test
8 public void testTransfer() throws InterruptedException { 9 public void testTransfer() throws InterruptedException {