source: examples/python_tests/alumni_rt1/alumni.save @ 7751094

mei_rt2
Last change on this file since 7751094 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: 792 bytes
RevLine 
[f2d67a5]1% Restoring file /usr/local/lib/Yap/startup.yss
[2efdff5]2
[669b481]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
[2efdff5]13pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1955..1958])
[669b481]14
[f824a9e]15===bad============ stateU.foundingAlumni <- Bob
16YAP query failed
[669b481]17
[f824a9e]18===good============ stateU.foundingAlumni <- Maryann
19YAP query succeed
[2efdff5]20pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1955..1958])
[f824a9e]21pStateU.diploma('psychology',1956) <- pMaryann
22
23===good============ stateU.foundingAlumni <- Joe
24YAP query succeed
[2efdff5]25pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1955..1958])
[f824a9e]26pStateU.diploma('zoology',1955) <- pJoe
Note: See TracBrowser for help on using the repository browser.