cleaned imports and added function calls to Templator

This commit is contained in:
Ziver Koc 2015-06-02 15:47:44 +00:00
parent 4086990c0f
commit 86f63326b6
123 changed files with 467 additions and 561 deletions

View file

@ -22,11 +22,11 @@
package zutil.test;
import org.junit.*;
import static org.junit.Assert.*;
import org.junit.Test;
import zutil.db.SQLQuery;
import static org.junit.Assert.assertEquals;
public class SQLQueryTest {
@Test