Scenario: 1. Load fresh Pharo 2.0 (VM+image) from http://files.pharo.org/platform/Pharo2.0-win.zip 2. open Tools -> Config Browser and install "Autotest" package 3. Evaluate AutotestDashboard open.
to open the autotest dashbord
4. Create a test class in Nautilus
TestCase subclass: #Foo
instanceVariableNames: ''
classVariableNames: ''
poolDictionaries: ''
category: ''
5. Create a test method
testFoo
self assert: 'hi' size = 2
and ACCEPT it => Crashes the VM
Anyone able to reproduce this?
Thx
T.
