* @author Max Ross <maxr@google.com>
*/
public class JPAMetaDataValidatorTest extends JPATestCase {
public void testStringAncestorPlusNameOnlyPK() {
HasUnencodedStringPkWithStringAncestor pojo = new HasUnencodedStringPkWithStringAncestor();
pojo.id = "yar";
assertMetaDataException(pojo);
}