source: examples/scaling_tests/haystack/fruit_python/base/RESULT @ 373bf68

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

1) add the scaling test suite

  • Property mode set to 100644
File size: 564 bytes
Line 
1
2===good============ mary.what2eat <- navel orange
3YAP query succeed
4pMary.what2eat <- pRalphs.fruitprice(P:[..2.000000])
5pRalphs.fruitprice(0.50) <- 'navel orange'
6
7===good============ mary.what2eat <- kiwi
8YAP query succeed
9pMary.what2eat <- pRalphs.fruitprice(P:[..2.000000])
10pRalphs.fruitprice(1.50) <- 'kiwi'
11
12===bad============ bob.what2eat <- navel orange
13YAP query failed
14
15===good============ ralphs.fruitprice(1.50) <- apple
16YAP query succeed
17pRalphs.fruitprice(1.50) <- 'apple'
18
19===bad============ ralphs.fruitprice(1.50) <- green apple
20YAP query failed
Note: See TracBrowser for help on using the repository browser.