Fixed failing test case that was missing an import statement.

This commit is contained in:
Scott Battaglia 2013-06-18 21:57:22 -04:00
parent 8df9f0272b
commit 73e36bf6d2
1 changed files with 1 additions and 0 deletions

View File

@ -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}.