No, it's ok after running the script.


On 27 janv. 2013, at 18:17, wam wrote:

Did your run the script from issue 7169? It is this one: 
SystemNavigation new instanceSideMethodsWithNilKeyInLastLiteral do: [ :thisShouldNotBeAStringButAMethod |
	| method classAndSelector |
	classAndSelector := ' ' split: thisShouldNotBeAStringButAMethod.
	method := (Smalltalk at: classAndSelector first asSymbol) methodNamed: classAndSelector second asSymbol.
	method recompile.
].
But if I remember it introduces a conflict with Fuel in MetalevelTests.
I'm checking.


On 27 janv. 2013, at 17:19, St�phane Ducasse wrote:

Camille I integrated your second version of the issue but I still get


testInstanceSideMethodsWithNilKeyInLastLiteral

self assert: SystemNavigation new instanceSideMethodsWithNilKeyInLastLiteral isEmpty