diff options
author | aclement <aclement> | 2006-08-22 08:20:36 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-08-22 08:20:36 +0000 |
commit | 50f8ecc4339442c7abaf4d3a9995c1434b768ef2 (patch) | |
tree | 75ca9caf60a4a9bd592b162dbc79146188fe1fc6 /tests/model/expected/pr115607.txt | |
parent | 8b393cc90d5d63171154713e5a73044a1a2fddaf (diff) | |
download | aspectj-50f8ecc4339442c7abaf4d3a9995c1434b768ef2.tar.gz aspectj-50f8ecc4339442c7abaf4d3a9995c1434b768ef2.zip |
refactored tests for 154552 - use new model testing structure
Diffstat (limited to 'tests/model/expected/pr115607.txt')
-rw-r--r-- | tests/model/expected/pr115607.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/model/expected/pr115607.txt b/tests/model/expected/pr115607.txt new file mode 100644 index 000000000..dfee43ad1 --- /dev/null +++ b/tests/model/expected/pr115607.txt @@ -0,0 +1,24 @@ +=== MODEL STATUS REPORT ========= After a batch build +<root> [java source file] + pr115607.java [java source file] TEST_SANDBOX\pr115607.java:1: + import declarations [import reference] + I [annotation] TEST_SANDBOX\pr115607.java:1: + Simple [class] TEST_SANDBOX\pr115607.java:3: + pr115607 [aspect] TEST_SANDBOX\pr115607.java:5: + declare @type: Simple : @I [declare @type] TEST_SANDBOX\pr115607.java:6: +=== END OF MODEL REPORT ========= +=== RELATIONSHIPS REPORT ========= After a batch build +(targets=1) {pr115607.java}pr115607`declare @type (annotates) {pr115607.java[Simple +(targets=1) {pr115607.java[Simple (annotated by) {pr115607.java}pr115607`declare @type +(targets=1) {pr115607.java (annotates) {pr115607.java +(targets=1) {pr115607.java (annotated by) {pr115607.java +=== END OF RELATIONSHIPS REPORT == +=== Properties of the model and relationships map ===== +annotation=1 +FileMapSize=1 +aspect=1 +RelationshipMapSize=3 +java source file=2 +declare @type=1 +import reference=1 +class=1 |