source: examples/python_tests/alumni_rt1/alumni.save @ 08c8a53

mei_rt2mei_rt2_fix_1
Last change on this file since 08c8a53 was 2efdff5, checked in by Mei <mei@…>, 12 years ago

1) fix the missing check for 'This' rt2.y when called from creddy/prover

combo

2) patch up the stringify of abac_term that is of time type.
3) update the testing to reflect the changes to baseline output

  • Property mode set to 100644
File size: 792 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...
10pStateU.diploma('mathmatics',1960) <- pBob
11pStateU.diploma('psychology',1956) <- pMaryann
12pStateU.diploma('zoology',1955) <- pJoe
13pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1955..1958])
14
15===bad============ stateU.foundingAlumni <- Bob
16YAP query failed
17
18===good============ stateU.foundingAlumni <- Maryann
19YAP query succeed
20pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1955..1958])
21pStateU.diploma('psychology',1956) <- pMaryann
22
23===good============ stateU.foundingAlumni <- Joe
24YAP query succeed
25pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1955..1958])
26pStateU.diploma('zoology',1955) <- pJoe
Note: See TracBrowser for help on using the repository browser.