source: examples/python_tests/alumni2_rt1/alumni2.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: 691 bytes
RevLine 
[f2d67a5]1% Restoring file /usr/local/lib/Yap/startup.yss
[5f551d3]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',1961) <- pBob
11pStateU.diploma('psychology',1962) <- pMaryann
12pStateU.diploma('zoology',1955) <- pJoe
[2efdff5]13pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1960,1961,1963])
[5f551d3]14
[f824a9e]15===good============ stateU.foundingAlumni <- Bob
16YAP query succeed
[2efdff5]17pStateU.foundingAlumni <- pStateU.diploma(_,Year:[1960,1961,1963])
[f824a9e]18pStateU.diploma('mathmatics',1961) <- pBob
[5f551d3]19
[f824a9e]20===bad============ stateU.foundingAlumni <- Maryann
21YAP query failed
22
23===bad============ stateU.foundingAlumni <- Joe
24YAP query failed
Note: See TracBrowser for help on using the repository browser.