]> source.dussan.org Git - aspectj.git/commitdiff
216311: testcode
authoraclement <aclement>
Wed, 20 Feb 2008 19:59:15 +0000 (19:59 +0000)
committeraclement <aclement>
Wed, 20 Feb 2008 19:59:15 +0000 (19:59 +0000)
tests/src/org/aspectj/systemtest/ajc160/Ajc160Tests.java
tests/src/org/aspectj/systemtest/ajc160/ajc160.xml

index 3b635dd4b790403ddcfb3252e26a9cdebb5e6a4c..3c49de7fcb9fd6388ff1495417a660f2ed8757ab 100644 (file)
@@ -27,6 +27,7 @@ public class Ajc160Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
        public void testDecFieldProblem_pr218167() { runTest("dec field problem");}
        public void testGenericsSuperITD_pr206911() { runTest("generics super itd"); }
        public void testGenericsSuperITD_pr206911_2() { runTest("generics super itd - 2"); }
+       public void testSerializationAnnotationStyle_pr216311() { runTest("serialization and annotation style");}
 
   /////////////////////////////////////////
   public static Test suite() {
index 8d42258217ab7efc5d451f93a817b2856abddb51..99cb1b17d86192e97ed095587aa54a90f550ad14 100644 (file)
@@ -41,4 +41,9 @@
      <run class="bugs.VerifyError2"/>
    </ajc-test>
    
+   <ajc-test dir="bugs160/pr216311" title="serialization and annotation style">
+     <compile options="-1.5" files="PersistabilityTest.java,IPersistable.java,Persistability.java"/>
+     <run class="PersistabilityTest"/>
+   </ajc-test>
+   
 </suite>
\ No newline at end of file