~ubuntu-branches/ubuntu/utopic/aspectj/utopic

« back to all changes in this revision

Viewing changes to org.aspectj/modules/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch, Michael Koch, Thomas Girard, Mark Howard
  • Date: 2008-01-05 23:31:47 UTC
  • mfrom: (1.1.2 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080105233147-r425rd8nymruj6fk
Tags: 1.5.4-1
[ Michael Koch ]
* New upstream version. Closes: #459363
* Updated Standards-Version to 3.7.3.
* Added myself to Uploaders.

[ Thomas Girard ]
* Add Homepage: control field, and convert XS-Vcs-* to Vcs-*.

[ Mark Howard ]
* debian/watch: added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
                                        expected, ipe.getSourceSignature());
150
150
  }
151
151
 
152
 
  public void testNPEWithCustomAgent_pr158005() {
153
 
          runTest("NPE with custom agent");
154
 
  }
 
152
//  public void testNPEWithCustomAgent_pr158205() {
 
153
//        runTest("NPE with custom agent");
 
154
//  }
155
155
 
156
156
  public void testWeaveConcreteSubaspectWithAdvice_pr132080() {
157
157
          runTest("Weave concrete sub-aspect with advice");