1 package uba.db.sql.interpreter.sentencevalidation;
2
3 import junit.framework.TestCase;
4
5 /***
6 * @version $Revision: 1.1 $
7 */
8 public class SentenceValidatorTest extends TestCase {
9 public void testTODO() throws Exception {
10 // TODO agregar tests
11 }
12 }