Re: [Pharo-dev] DigitalSignatureAlgorithm and dsa.test.out

2018-03-25 Thread Torsten Bergmann
Answering myself: this file is generated from another method in the same class. Not obvious - we should clean this up ... > In DigitalSignatureAlgorithm>>testExamplesFromDisk uses a file called > "dsa.test.out" > > Do we have it somewhere (to turn the method into a real test) or can > we jus

[Pharo-dev] DigitalSignatureAlgorithm and dsa.test.out

2018-03-25 Thread Torsten Bergmann
In DigitalSignatureAlgorithm>>testExamplesFromDisk uses a file called "dsa.test.out" Do we have it somewhere (to turn the method into a real test) or can we just delete the method ... Thx T.