Fixed failing test case that was missing an import statement.
This commit is contained in:
parent
abca315fe8
commit
29216562f6
|
|
@ -28,6 +28,7 @@ import org.junit.Test;
|
|||
import static org.junit.Assert.*;
|
||||
|
||||
import java.io.UnsupportedEncodingException;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Test cases for the {@link Cas20ServiceTicketValidator}.
|
||||
|
|
|
|||
Loading…
Reference in New Issue