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
|
Line | |
---|
1 | % Restoring file /usr/local/lib/Yap/startup.yss |
---|
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 |
---|
13 | pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1960,1961,1963]) |
---|
14 | |
---|
15 | ===good============ stateU.foundingAlumni <- Bob |
---|
16 | YAP query succeed |
---|
17 | pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1960,1961,1963]) |
---|
18 | pStateU.diploma('mathmatics',1961) <- pBob |
---|
19 | |
---|
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.