From 510955aa818e0cac6c5746545491a72253700721 Mon Sep 17 00:00:00 2001 From: zell Date: Mon, 13 Aug 2007 23:02:40 +0000 Subject: [PATCH] Remember the test. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2171 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- src/java/com/samskivert/jdbc/depot/tests/TestRecord.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/samskivert/jdbc/depot/tests/TestRecord.java b/src/java/com/samskivert/jdbc/depot/tests/TestRecord.java index af7cbd90..0929f136 100644 --- a/src/java/com/samskivert/jdbc/depot/tests/TestRecord.java +++ b/src/java/com/samskivert/jdbc/depot/tests/TestRecord.java @@ -34,7 +34,7 @@ import com.samskivert.util.StringUtil; /** * A test persistent object. */ -@Entity(indices={ @Index(name="createdIndex", columns={"created"}) }) +@Entity(indices={ @Index(name="createdIndex", fields={"created"}) }) public class TestRecord extends PersistentRecord { public static final int SCHEMA_VERSION = 1;