]> source.dussan.org Git - aspectj.git/commitdiff
Try to fix MultiProjectIncrementalTests.testAspectPath_pr265693
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 11 Mar 2021 08:57:23 +0000 (15:57 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 11 Mar 2021 08:57:23 +0000 (15:57 +0700)
Check if path vs. package name discrepancy makes test fail on Linux. On
Windows it passes. So let's find out if file p/Asp.java vs. pkg.Asp
causes the problems.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tests/multiIncremental/AspectPath3/base/src/p/Asp.java

index cd47e62ea1ec288c5b22ca3194611f7782f5ef58..10a35cc2d472f2c23cdb7e777f493451e53a9970 100644 (file)
@@ -1,4 +1,4 @@
-package pkg;
+package p;
 
 public aspect Asp {