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 abca315fe8
commit 29216562f6
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}.