mei_rt2mei_rt2_fix_1
Last change
on this file since 0b3ac65 was
5110d42,
checked in by Mei <mei@…>, 13 years ago
|
1) reorganized the test directory to include python tests
2) attribute via api and principal via api from python scripts is
working (although there is a annoying seg fault at the very end
that must be related to something not been dup()ed.. need to wait
for c example to debug it)
3) able to query via api
4) replicated access_rt2 example in python and the query result matches
5) expanded api to make it easier to generate rt2 structure
|
-
Property mode set to
100644
|
File size:
415 bytes
|
Line | |
---|
1 | % Restoring file /usr/local/lib/Yap/startup.yss |
---|
2 | |
---|
3 | ===good============ Alpha.access(Read,fileA)<-?-Bob |
---|
4 | YAP query succeed |
---|
5 | pAlpha.access('Read',F:pAlpha.documents(P)) <- pAlpha.team(P) |
---|
6 | pAlpha.documents('proj1') <- 'file//fileA' |
---|
7 | pAlpha.team('proj1') <- pBob |
---|
8 | |
---|
9 | ===bad============ Alpha.access(Read,fileA)<-?-Joe |
---|
10 | YAP query failed |
---|
11 | |
---|
12 | ===good============ Alpha.team(proj2)<-?-Joe |
---|
13 | YAP query succeed |
---|
14 | pAlpha.team('proj2') <- pJoe |
---|
Note: See
TracBrowser
for help on using the repository browser.