Author: aadamchik
Date: Mon Sep 4 01:57:25 2006
New Revision: 439985
URL: http://svn.apache.org/viewvc?view=rev&rev=439985
Log:
adding noop test, as all real tests are disabled and junit fails because of no
test methods in the class
Modified:
incubator/cayenne/main/trunk/integration-test/jpa-unit1/src/test/java/org/apache/cayenne/jpa/itest/entity/_2_1_7_EntityRelationshipsTest.java
Modified:
incubator/cayenne/main/trunk/integration-test/jpa-unit1/src/test/java/org/apache/cayenne/jpa/itest/entity/_2_1_7_EntityRelationshipsTest.java
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/integration-test/jpa-unit1/src/test/java/org/apache/cayenne/jpa/itest/entity/_2_1_7_EntityRelationshipsTest.java?view=diff&rev=439985&r1=439984&r2=439985
==============================================================================
---
incubator/cayenne/main/trunk/integration-test/jpa-unit1/src/test/java/org/apache/cayenne/jpa/itest/entity/_2_1_7_EntityRelationshipsTest.java
(original)
+++
incubator/cayenne/main/trunk/integration-test/jpa-unit1/src/test/java/org/apache/cayenne/jpa/itest/entity/_2_1_7_EntityRelationshipsTest.java
Mon Sep 4 01:57:25 2006
@@ -24,6 +24,12 @@
public class _2_1_7_EntityRelationshipsTest extends EntityManagerCase {
+ // TODO: andrus 8/10/2006 - placeholder test, as there are no succeeding
tests in this
+ // class yet.
+ public void testDummy() {
+
+ }
+
// TODO: andrus 8/10/2006 - fails because of pk handling issues
public void _testEmptyCollection() throws Exception {
ItestDBUtils.deleteAll("HelperEntity1");