/[projects]/miscJava/CircuitBreaker/src/test/java/dk/thoerup/circuitbreaker/TestAccountingCircuitBreaker.java
ViewVC logotype

Diff of /miscJava/CircuitBreaker/src/test/java/dk/thoerup/circuitbreaker/TestAccountingCircuitBreaker.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 463 by torben, Wed Oct 21 09:03:49 2009 UTC revision 467 by torben, Thu Oct 22 06:01:35 2009 UTC
# Line 5  import java.io.IOException; Line 5  import java.io.IOException;
5  import org.junit.*;  import org.junit.*;
6  import static org.junit.Assert.*;  import static org.junit.Assert.*;
7    
8  import dk.thoerup.curcuitbreaker.AccountingCircuitBreaker;  import dk.thoerup.circuitbreaker.AccountingCircuitBreaker;
9    
10  public class TestAccountingCircuitBreaker {  public class TestAccountingCircuitBreaker {
11          public static final int DELAY = 50;          public static final int DELAY = 50;

Legend:
Removed from v.463  
changed lines
  Added in v.467

  ViewVC Help
Powered by ViewVC 1.1.20