diff options
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 |