[fpc-pascal] docs for TStringList.CaseSensitive seem incomplete

2016-11-16 Thread Graeme Geldenhuys
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

[fpc-pascal] can a class implement both a CORBA interface and an COM interface at the same time?

2016-11-16 Thread Dennis
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

Re: [fpc-pascal] The testcase example doesn't generate plain text report

2016-11-16 Thread Graeme Geldenhuys
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

Re: [fpc-pascal] The testcase example doesn't generate plain text report

2016-11-16 Thread luciano de souza
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