mei_rt2mei_rt2_fix_1
Last change
on this file since e205b49 was
f824a9e,
checked in by Mei <mei@…>, 12 years ago
|
1) add more doc to python_tests
|
-
Property mode set to
100644
|
File size:
631 bytes
|
Rev | Line | |
---|
[7211a95] | 1 | % Restoring file /usr/local/lib/Yap/startup.yss |
---|
| 2 | |
---|
| 3 | ...final principal set... |
---|
| 4 | (pAcme,keyid,y) |
---|
| 5 | (pBatman,keyid,y) |
---|
| 6 | (pCoyote,keyid,y) |
---|
| 7 | (pWarnerBros,keyid,y) |
---|
| 8 | |
---|
| 9 | ...final policy attribute set... |
---|
| 10 | pAcme.buy_rockets <- pAcme.preferred_customer & pWarnerBros.character |
---|
| 11 | pAcme.preferred_customer <- pBatman |
---|
| 12 | pAcme.preferred_customer <- pCoyote |
---|
| 13 | pWarnerBros.character <- pCoyote |
---|
| 14 | |
---|
[f824a9e] | 15 | ===good============ Acme.buy_rockets <- Coyote |
---|
| 16 | YAP query succeed |
---|
| 17 | pAcme.buy_rockets <- pAcme.preferred_customer & pWarnerBros.character |
---|
| 18 | pAcme.preferred_customer <- pCoyote |
---|
| 19 | pWarnerBros.character <- pCoyote |
---|
[7211a95] | 20 | |
---|
[f824a9e] | 21 | ===bad============ Acme.buy_rockets <- Batman |
---|
| 22 | YAP query failed |
---|
Note: See
TracBrowser
for help on using the repository browser.