mei_rt2mei_rt2_fix_1
Last change
on this file since 20eaefe was
f2d67a5,
checked in by Mei <mei@…>, 12 years ago
|
1) put back that yap info line in the saved example output
|
-
Property mode set to
100644
|
File size:
691 bytes
|
Rev | Line | |
---|
[f2d67a5] | 1 | % Restoring file /usr/local/lib/Yap/startup.yss |
---|
[5f551d3] | 2 | |
---|
| 3 | ...final principal set... |
---|
| 4 | (pBob,keyid,y) |
---|
| 5 | (pJoe,keyid,y) |
---|
| 6 | (pMaryann,keyid,y) |
---|
| 7 | (pStateU,keyid,y) |
---|
| 8 | |
---|
| 9 | ...final policy attribute set... |
---|
| 10 | pStateU.diploma('mathmatics',1961) <- pBob |
---|
| 11 | pStateU.diploma('psychology',1962) <- pMaryann |
---|
| 12 | pStateU.diploma('zoology',1955) <- pJoe |
---|
[2efdff5] | 13 | pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1960,1961,1963]) |
---|
[5f551d3] | 14 | |
---|
[f824a9e] | 15 | ===good============ stateU.foundingAlumni <- Bob |
---|
| 16 | YAP query succeed |
---|
[2efdff5] | 17 | pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1960,1961,1963]) |
---|
[f824a9e] | 18 | pStateU.diploma('mathmatics',1961) <- pBob |
---|
[5f551d3] | 19 | |
---|
[f824a9e] | 20 | ===bad============ stateU.foundingAlumni <- Maryann |
---|
| 21 | YAP query failed |
---|
| 22 | |
---|
| 23 | ===bad============ stateU.foundingAlumni <- Joe |
---|
| 24 | YAP query failed |
---|
Note: See
TracBrowser
for help on using the repository browser.