source: examples/python_tests/alumni_rt1/alumni.save @ 2cdbe49

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

1) add more doc to python_tests

  • Property mode set to 100644
File size: 800 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.