[Pharo-project] SystemVersionTest>>testDowngrade use a deprecated method
The test SystemVersionTest>>testDowngrade use SytemVersion >> version, which is deprected. It raise a warning when running the tests in a pharo 1.2 core image. I opened an issue: http://code.google.com/p/pharo/issues/detail?id=3025&colspec=ID%20Type%20Sta...
surely the test runner should run with deprecations turned off? It is not a bug. I explicitly wrote the test, to test it actually worked. When i was running all the system tests by hand in 1.0, you could not run them without turning deprecations off. it was the first thing i did when i scripted it. Mike 2010/10/1 Cyrille Delaunay <cy.delaunay@gmail.com>:
The test SystemVersionTest>>testDowngrade use SytemVersion >> version, which is deprected. It raise a warning when running the tests in a pharo 1.2 core image.
I opened an issue: http://code.google.com/p/pharo/issues/detail?id=3025&colspec=ID%20Type%20Sta...
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Cyrille Delaunay -
Michael Roberts