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:
1.0 KB
|
Rev | Line | |
---|
[f2d67a5] | 1 | % Restoring file /usr/local/lib/Yap/startup.yss |
---|
[2efdff5] | 2 | |
---|
[7211a95] | 3 | ...final principal set... |
---|
| 4 | (pJohn,keyid,y) |
---|
| 5 | (pLeague,keyid,y) |
---|
| 6 | (pMark,keyid,y) |
---|
| 7 | |
---|
| 8 | ...final policy attribute set... |
---|
| 9 | pLeague.stadium('access',true,F:pLeague.gametime(T)) <- pLeague.players(T) |
---|
[2efdff5] | 10 | pLeague.stadium('access',B:[true],F:[20120228T080000..20120228T090000]) <- pLeague.players(T) |
---|
| 11 | pLeague.gametime('north') <- 20120228T130000 |
---|
| 12 | pLeague.gametime('south') <- 20120228T140000 |
---|
[7211a95] | 13 | pLeague.players('north') <- pJohn |
---|
| 14 | pLeague.players('south') <- pMark |
---|
| 15 | |
---|
[f824a9e] | 16 | ===good============ league.stadium(access,true,20120128T130000)<-?-john |
---|
| 17 | YAP query succeed |
---|
| 18 | pLeague.stadium('access',true,F:pLeague.gametime(T)) <- pLeague.players(T) |
---|
[2efdff5] | 19 | pLeague.gametime('north') <- 20120228T130000 |
---|
[f824a9e] | 20 | pLeague.players('north') <- pJohn |
---|
| 21 | |
---|
| 22 | ===bad============ league.stadium(access,true,20120128T110000)<-?-mark |
---|
| 23 | YAP query failed |
---|
[7211a95] | 24 | |
---|
[f824a9e] | 25 | ===good============ league.stadium(access,true,20120128T080000)<-?-mark |
---|
| 26 | YAP query succeed |
---|
[2efdff5] | 27 | pLeague.stadium('access',B:[true],F:[20120228T080000..20120228T090000]) <- pLeague.players(T) |
---|
[f824a9e] | 28 | pLeague.players('south') <- pMark |
---|
Note: See
TracBrowser
for help on using the repository browser.