I see. But WATestError it is in the same package it is "Fileing", on line 3284 and is referenced many times before. I am sorry I have not enough knowledge about the internals to do more debugging.

Seems to be a lack of coordination between FileOut and FileIn. Maybe nothing to do...

Now a simpler and clearer test:

1. Back to the original situation.��
2. FileOut *only* WAContextTest. It has a comment: "I am the base class for all tests that need a WARequestContext present.", in .st file in line 8.
3. Remove it.
4. FileIn again. No errors on Transcript BUT no comment appears for WAContextTest.

Maybe, if I get a couple of free hours I could dare to debug a little....

Best


2014-10-30 23:30 GMT+01:00 stepharo <stepharo@free.fr>:
It says that the class WATestError is not available.



Yes, I did. It is in the .st file

��
c. You get a bunch of errors in Transcript while filing in
No magic ball so we cannot guess.


Example of Transcript messages (in case it helps):
WADocumentHandlerResponseTest>>createAndVerifyBinaryDocumentNamed:hasAttachment: (WATestingFiles is Undeclared)��

WAExceptionHandlerTest>>testCommaReturnsExceptionSet (WATestError is Undeclared)��

WAExceptionHandlerTest>>testCommaReturnsExceptionSet (WATestError is Undeclared)��

WAExceptionHandlerTest>>testCommaReturnsExceptionSet (WATestError is Undeclared)��

WAExceptionHandlerTest>>testCommaReturnsExceptionSet (WATestError is Undeclared)��

WAExceptionHandlerTest>>testInternalError (WATestError is Undeclared)��


It happens in more cases. I just took this one because this is a package anyone can install in order to reproduce the problem.

Thanks��