On 2009-12-28, at 10:09 AM, Mariano Martinez Peck wrote:
Hi Colin! I saw you were committing in the OmniBrowser tests. I am interested in loading these tests in Pharo (optionally). But I am not sure which packages to include and their state.
Right now, in our Pharo images we are loading the following packages from http://source.wiresong.ca/ob
package: 'OmniBrowser'; package: 'OB-Morphic'; package: 'OB-Standard'; package: 'OB-Refactory'; package: 'OB-Regex'; package: 'OB-SUnitIntegration'; package: 'OB-Shout';
Looks good.
I saw the following tests packages:
OB-Tests-Core OB-Tests-Morphic OB-Tests-Standard
Also good.
There are more related to the packages we are including?
No. Only the core bits of OB are tested. There aren't any tests for the refactoring code or Shout.
should these test be all green?
Yes. There might be platform issues, especially around Morphic, but aside from that, there should be no failures. Colin