]> source.dussan.org Git - aspectj.git/commitdiff
initial version - neglected .lst files in testdata
authorwisberg <wisberg>
Tue, 17 Dec 2002 18:28:51 +0000 (18:28 +0000)
committerwisberg <wisberg>
Tue, 17 Dec 2002 18:28:51 +0000 (18:28 +0000)
14 files changed:
ajde/testdata/AspectJBuildManagerTest/empty.lst [new file with mode: 0644]
ajde/testdata/LstBuildConfigManagerTest/A.lst [new file with mode: 0644]
ajde/testdata/LstBuildConfigManagerTest/configs.lst [new file with mode: 0644]
ajde/testdata/LstBuildConfigManagerTest/file-relPath-sameDir.lst [new file with mode: 0644]
ajde/testdata/LstBuildConfigManagerTest/moduleB/moduleB.lst [new file with mode: 0644]
ajde/testdata/LstBuildConfigManagerTest/moduleB/moduleC/moduleC.lst [new file with mode: 0644]
ajde/testdata/LstBuildConfigManagerTest/scratch.lst [new file with mode: 0644]
ajde/testdata/SimpleStructureModelTest/test.lst [new file with mode: 0644]
ajde/testdata/StructureModelRegressionTest/example.lst [new file with mode: 0644]
ajde/testdata/StructureViewManagerTest/example.lst [new file with mode: 0644]
ajde/testdata/examples/configs/configs.lst [new file with mode: 0644]
ajde/testdata/examples/figures-coverage/all.lst [new file with mode: 0644]
ajde/testdata/examples/figures-demo/figures-demo-all.lst [new file with mode: 0644]
ajde/testdata/examples/inheritance/inheritance.lst [new file with mode: 0644]

diff --git a/ajde/testdata/AspectJBuildManagerTest/empty.lst b/ajde/testdata/AspectJBuildManagerTest/empty.lst
new file mode 100644 (file)
index 0000000..2cbeb98
--- /dev/null
@@ -0,0 +1,3 @@
+
+
\ No newline at end of file
diff --git a/ajde/testdata/LstBuildConfigManagerTest/A.lst b/ajde/testdata/LstBuildConfigManagerTest/A.lst
new file mode 100644 (file)
index 0000000..cf4be82
--- /dev/null
@@ -0,0 +1 @@
+A.java
diff --git a/ajde/testdata/LstBuildConfigManagerTest/configs.lst b/ajde/testdata/LstBuildConfigManagerTest/configs.lst
new file mode 100644 (file)
index 0000000..c703531
--- /dev/null
@@ -0,0 +1,6 @@
+@A.lst
+@moduleB/moduleB.lst
+@moduleB/moduleC/moduleC.lst
+B.aj
+moduleB/moduleC/moduleD/D.java
+
diff --git a/ajde/testdata/LstBuildConfigManagerTest/file-relPath-sameDir.lst b/ajde/testdata/LstBuildConfigManagerTest/file-relPath-sameDir.lst
new file mode 100644 (file)
index 0000000..cf4be82
--- /dev/null
@@ -0,0 +1 @@
+A.java
diff --git a/ajde/testdata/LstBuildConfigManagerTest/moduleB/moduleB.lst b/ajde/testdata/LstBuildConfigManagerTest/moduleB/moduleB.lst
new file mode 100644 (file)
index 0000000..3d3f8ce
--- /dev/null
@@ -0,0 +1,2 @@
+*.java
+@moduleC/moduleC.lst
diff --git a/ajde/testdata/LstBuildConfigManagerTest/moduleB/moduleC/moduleC.lst b/ajde/testdata/LstBuildConfigManagerTest/moduleB/moduleC/moduleC.lst
new file mode 100644 (file)
index 0000000..1a2b1dc
--- /dev/null
@@ -0,0 +1,2 @@
+C1.java
+C2.java
diff --git a/ajde/testdata/LstBuildConfigManagerTest/scratch.lst b/ajde/testdata/LstBuildConfigManagerTest/scratch.lst
new file mode 100644 (file)
index 0000000..88465cb
--- /dev/null
@@ -0,0 +1,8 @@
+DoesNotExist.java
+A.java
+Muble.ajava
+@A.java
+B.aj
+@moduleB/moduleB.lst
+
+
diff --git a/ajde/testdata/SimpleStructureModelTest/test.lst b/ajde/testdata/SimpleStructureModelTest/test.lst
new file mode 100644 (file)
index 0000000..372917e
--- /dev/null
@@ -0,0 +1,2 @@
+Foo.java
+Good.java
diff --git a/ajde/testdata/StructureModelRegressionTest/example.lst b/ajde/testdata/StructureModelRegressionTest/example.lst
new file mode 100644 (file)
index 0000000..afddaa4
--- /dev/null
@@ -0,0 +1 @@
+pkg/Example.java
diff --git a/ajde/testdata/StructureViewManagerTest/example.lst b/ajde/testdata/StructureViewManagerTest/example.lst
new file mode 100644 (file)
index 0000000..afddaa4
--- /dev/null
@@ -0,0 +1 @@
+pkg/Example.java
diff --git a/ajde/testdata/examples/configs/configs.lst b/ajde/testdata/examples/configs/configs.lst
new file mode 100644 (file)
index 0000000..cc3926c
--- /dev/null
@@ -0,0 +1 @@
+ERROR: file "C:/Dev/aspectj/modules/ajde/testdata/examples/configs/configs.lst" does not exist.
diff --git a/ajde/testdata/examples/figures-coverage/all.lst b/ajde/testdata/examples/figures-coverage/all.lst
new file mode 100644 (file)
index 0000000..3879af0
--- /dev/null
@@ -0,0 +1,8 @@
+figures/Debug.java
+figures/Figure.java
+figures/FigureElement.java
+figures/Main.java
+figures/composites/Line.java
+figures/composites/Square.java
+figures/primitives/planar/Point.java
+figures/primitives/solid/SolidPoint.java
diff --git a/ajde/testdata/examples/figures-demo/figures-demo-all.lst b/ajde/testdata/examples/figures-demo/figures-demo-all.lst
new file mode 100644 (file)
index 0000000..7ce0918
--- /dev/null
@@ -0,0 +1,3 @@
+figures/*.java
+figures/support/*.java
+figures/gui/*.java
diff --git a/ajde/testdata/examples/inheritance/inheritance.lst b/ajde/testdata/examples/inheritance/inheritance.lst
new file mode 100644 (file)
index 0000000..cf4be82
--- /dev/null
@@ -0,0 +1 @@
+A.java