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';
I saw the following tests packages:
OB-Tests-Core
OB-Tests-Morphic
OB-Tests-Standard
There are more related to the packages we are including?
should these test be all green?
Thank you very much.
Mariano