Graeme,
Between my message and yours, I found your TestFramework. It worked
imediately, I liked, so I changed from FPCUnit to TestFramework.
In examples, I used check, checkequals, fail... Excelent! The single
feature I couldn't understand is "CheckException".
I have this code:
procedure TGroupTes
On 2016-11-16 11:38, luciano de souza wrote:
> Between my message and yours, I found your TestFramework. It worked
> imediately, I liked, so I changed from FPCUnit to TestFramework.
Excellent. It works many times faster than FPCUnit, and has many more
features too. It even has a FPCUnit compatibil
I have a class implementing a Com interface.
Now I want it to also implement a CORBA interface. Is it dangerous?
Dennis
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Hi,
I did some testing and it seems the CaseSensitive property also has an
affect on the Sort() method. Yet the documentation only lists that the
property affects locating of strings.
http://www.freepascal.org/docs-html/current/rtl/classes/tstringlist.casesensitive.html
...versus the Delphi hel