diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2016-11-18 00:03:34 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2016-11-18 00:03:34 +0000 |
commit | fdeff8480b3b57f72a42659c30369b6d7a1a9299 (patch) | |
tree | 72de2bac6eaa535356d6ebde0d4580698b9b9c9c /src/test/java/com/healthmarketscience/jackcess | |
parent | 874edea4ed1fcfca3a35c98d0706c320fc65c58b (diff) | |
download | jackcess-fdeff8480b3b57f72a42659c30369b6d7a1a9299.tar.gz jackcess-fdeff8480b3b57f72a42659c30369b6d7a1a9299.zip |
reorg of expression classes
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1058 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/test/java/com/healthmarketscience/jackcess')
-rw-r--r-- | src/test/java/com/healthmarketscience/jackcess/impl/expr/ExpressionatorTest.java (renamed from src/test/java/com/healthmarketscience/jackcess/util/ExpressionatorTest.java) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/java/com/healthmarketscience/jackcess/util/ExpressionatorTest.java b/src/test/java/com/healthmarketscience/jackcess/impl/expr/ExpressionatorTest.java index 8da921f..c7d2edc 100644 --- a/src/test/java/com/healthmarketscience/jackcess/util/ExpressionatorTest.java +++ b/src/test/java/com/healthmarketscience/jackcess/impl/expr/ExpressionatorTest.java @@ -14,10 +14,12 @@ See the License for the specific language governing permissions and limitations under the License. */ -package com.healthmarketscience.jackcess.util; +package com.healthmarketscience.jackcess.impl.expr; import junit.framework.TestCase; +import com.healthmarketscience.jackcess.expr.Expression; + /** * * @author James Ahlborn |