Re: [lazarus] fpcunit - patch (part 1)

2006-06-29 Thread Graeme Geldenhuys

On 6/28/06, Mattias Gaertner [EMAIL PROTECTED] wrote:


 Okay, I saw what I did wrong.  I added the SynEdit requirement to my
 own unit test project, instead of to the fpcUnit GUI Runner package.

 I submitted another patch (part 3) which should be applied after the
 previous two to get it all sorted.

Where is the patch?

I added the synedit dependency.


I sent it on the 26 Jun around 11pm (GMT+2).  All it did was add the
synedit dependency, which you have done already.  Thanks.

Regards,
 - Graeme -

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] fpcunit - patch (part 1)

2006-06-28 Thread Mattias Gaertner
On Sun, 25 Jun 2006 23:32:48 +0200
Graeme Geldenhuys [EMAIL PROTECTED] wrote:

 Hi
 
 Attached is a patch for /components/fpcunit.  The patch should be
 applied from the root Lazarus directory.
 
 It is a combined patch (a few files have changes).
 
 Change:
 * A new unit has been added (xmlreporter.pas).  It is a XML test
 listener based on the XML unit that come with FPC. This change now
 produces valid XML documents that can be parsed by XSLT.
 * The XML generated from the GUI Test Runner or as a Test Listener
 (live updates) are now identical. The node structures differed before.
 * The GUI Runner tree now scrolls while tests get run.
 * Error nodes get removed correctly when tests get re-run without
 quiting the gui runner.
 * A conditional define has been added in the guitestrunner.pas unit
 that controls the new XML Listner or the old XML builder.
 * Incorporated Darius's patch as well which adds a Synedit XML
 Highlighter.

Thanks. Applied.

Mattias

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] fpcunit - patch (part 1)

2006-06-28 Thread Mattias Gaertner
On Mon, 26 Jun 2006 22:59:51 +0200
Graeme Geldenhuys [EMAIL PROTECTED] wrote:

 Hi Dean,
 
 Okay, I saw what I did wrong.  I added the SynEdit requirement to my
 own unit test project, instead of to the fpcUnit GUI Runner package.
 
 I submitted another patch (part 3) which should be applied after the
 previous two to get it all sorted.

Where is the patch?

I added the synedit dependency.

Mattias


 
 Regards,
   - Graeme -
 
 
 On 6/26/06, Graeme Geldenhuys [EMAIL PROTECTED] wrote:
  On 6/26/06, Dean Zobec [EMAIL PROTECTED] wrote:
* Incorporated Darius's patch as well which adds a Synedit XML
Highlighter.
   I would also add synedit as a required package in
   fpcunittestrunner.lpk
 
  Umm, I thought I did do that?  Will check again.
 
  Regards,
- Graeme -
 
 _
  To unsubscribe: mail [EMAIL PROTECTED] with
 unsubscribe as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] fpcunit - patch (part 2)

2006-06-28 Thread Mattias Gaertner
On Sun, 25 Jun 2006 23:36:48 +0200
Graeme Geldenhuys [EMAIL PROTECTED] wrote:

 Hi
 
 [Part 2 of 2]
 Not sure if I needed to send this file - I believe it gets generated
 automatically.

Correct.
I added the missing files to the package.

Mattias



  It is the .lrs file of fpcunit.  I attached the actual
 .lrs file and not a diff/patch file, as it marked every line as
 changed and doubled the size of the patch.
 
 
 
 Attached is a patch for /components/fpcunit.  The patch should be
 applied from the root Lazarus directory.
 
 It is a combined patch (a few files have changes).
 
 Change:
 * A new unit has been added (xmlreporter.pas).  It is a XML test
 listener based on the XML unit that come with FPC. This change now
 produces valid XML documents that can be parsed by XSLT.
 * The XML generated from the GUI Test Runner or as a Test Listener
 (live updates) are now identical. The node structures differed before.
 * The GUI Runner tree now scrolls while tests get run.
 * Error nodes get removed correctly when tests get re-run without
 quiting the gui runner.
 * A conditional define has been added in the guitestrunner.pas unit
 that controls the new XML Listner or the old XML builder.
 * Incorporated Darius's patch as well which adds a Synedit XML
 Highlighter.
 
 Regards,
  - Graeme -
 
 

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] fpcunit - patch (part 1)

2006-06-27 Thread Al Boldi
Graeme Geldenhuys wrote:
 Attached is a patch for /components/fpcunit.  The patch should be
 applied from the root Lazarus directory.

 It is a combined patch (a few files have changes).

Won't apply onto 0.9.15.

Can you send the changed files in full?

Thanks!

--
Al

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] fpcunit - patch (part 1)

2006-06-27 Thread Graeme Geldenhuys

Is this for trying to commit the changes to SubVersion?  I always work
against the latest SubVersion revision...
Changes are on my other development PC, so will only be able to send
it to you later.

Regards,
 - Graeme -



On 6/27/06, Al Boldi [EMAIL PROTECTED] wrote:

Won't apply onto 0.9.15.

Can you send the changed files in full?

Thanks!


_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] fpcunit - patch (part 1)

2006-06-26 Thread Dean Zobec
Graeme Geldenhuys wrote:
 Hi
 
 Attached is a patch for /components/fpcunit.  The patch should be
 applied from the root Lazarus directory.
 
 It is a combined patch (a few files have changes).
 
 Change:
 * A new unit has been added (xmlreporter.pas).  It is a XML test
 listener based on the XML unit that come with FPC. This change now
 produces valid XML documents that can be parsed by XSLT.
 * The XML generated from the GUI Test Runner or as a Test Listener
 (live updates) are now identical. The node structures differed before.
 * The GUI Runner tree now scrolls while tests get run.
 * Error nodes get removed correctly when tests get re-run without
 quiting the gui runner.
 * A conditional define has been added in the guitestrunner.pas unit
 that controls the new XML Listner or the old XML builder.
Great work Graeme! I think the old XML builder could be removed and
substituted completely with the new xmlreporter.pas as soon as this unit
 gets moved in the FCL as you planned.
 * Incorporated Darius's patch as well which adds a Synedit XML Highlighter.
I would also add synedit as a required package in fpcunittestrunner.lpk
Ciao, Dean
 
 Regards,
 - Graeme -
 
 

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] fpcunit - patch (part 1)

2006-06-26 Thread Graeme Geldenhuys

On 6/26/06, Dean Zobec [EMAIL PROTECTED] wrote:

 * Incorporated Darius's patch as well which adds a Synedit XML Highlighter.
I would also add synedit as a required package in fpcunittestrunner.lpk


Umm, I thought I did do that?  Will check again.

Regards,
 - Graeme -


--
There's no place like 127.0.0.1

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] fpcunit - patch (part 1)

2006-06-26 Thread Graeme Geldenhuys

Hi Dean,

Okay, I saw what I did wrong.  I added the SynEdit requirement to my
own unit test project, instead of to the fpcUnit GUI Runner package.

I submitted another patch (part 3) which should be applied after the
previous two to get it all sorted.

Regards,
 - Graeme -


On 6/26/06, Graeme Geldenhuys [EMAIL PROTECTED] wrote:

On 6/26/06, Dean Zobec [EMAIL PROTECTED] wrote:
  * Incorporated Darius's patch as well which adds a Synedit XML Highlighter.
 I would also add synedit as a required package in fpcunittestrunner.lpk

Umm, I thought I did do that?  Will check again.

Regards,
  - Graeme -


_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] fpcUnit patch

2006-05-18 Thread Mattias Gaertner
On Wed, 17 May 2006 13:20:16 +0200
Graeme Geldenhuys [EMAIL PROTECTED] wrote:

 Hi,
 
 Please find attached another contribution for the fpcUnit users.
 Changes apply to the  components/fpcunit directory. This patch needs
 to be applied from the root Lazarus directory.
 
 Fixes:
   * Resized the height of the form to better fit a large list of tests.
   * Added a new image to the image treeview imagelist. Also included
 the .xpm file in the archive which might need to go into the
 Lazarus/images directory (not sure).
   * Enabled feedback while long tests are executing.  The grey ball on
 each tree node now turns Blue while a test is running. Once the test
 is completed it change to Red, Magenta or Green based on the test
 outcome.
  * The progress bar also has better feedback.  You can now see in move
 while tests are running.

Thanks. Applied.

Mattias

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] fpcUnit patch

2006-05-17 Thread Vincent Snijders

Graeme Geldenhuys schreef:

My previous post came back with a message saying that the .zip
extention is a illegal attachment and was blocked (how stupid is
that!).  Here is the message again, with the attachment renamed.
Please change it to .zip when saving it to disk.



Who send that message, you receiving email provider? Because the original zip did 
reach the list and my computer.


Vincent.

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] fpcUnit patch

2006-05-17 Thread Graeme Geldenhuys

Hi,

I double checked, this isn't my ISP.  It seems to be some IT company
in South Africa. I guess it must be someone that is part of the
mailing list and their email provider doesn't like attachments. Still
an idiotic way of trying to prevent viruses, etc..

Thanks for letting me know. In future I will ignore such bounced emails.

Graeme.



 Forwarded ---
From: [EMAIL PROTECTED]
[EMAIL PROTECTED]   Mailed-By: arivia.co.za
To: [EMAIL PROTECTED]
Date: 17-May-2006 13:22
Subject: [MailServer Notification]Attachment Blocking Notification
Reply | Reply to all | Forward | Print | Add sender to Contacts list |
Delete this message | Report phishing | Show original | Message text
garbled?
The fpcunit.patch.zip has been blocked,
and Replace has been taken on 5/17/2006 1:22:26 PM.
Message details:
Server:MPKWFX01
Sender: [EMAIL PROTECTED];
Recipient:lazarus@miraclec.com;
Subject:[lazarus] fpcUnit patch
Attachment name:fpcunit.patch.zip
---  END  



On 17/05/06, Vincent Snijders [EMAIL PROTECTED] wrote:

Who send that message, you receiving email provider? Because the original zip 
did
reach the list and my computer.

Vincent.



--
There's no place like 127.0.0.1

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


RE: [lazarus] fpcUnit patch

2006-05-17 Thread William Cairns
Looking at the rejecting address it could have been my address that caused the 
problem... Whenever a new virus comes out our mail server is set to reject zip 
files.

-Original Message-
From: Graeme Geldenhuys [mailto:[EMAIL PROTECTED]
Sent: 17 May 2006 14:07 PM
To: lazarus@miraclec.com
Subject: Re: [lazarus] fpcUnit patch


Hi,

I double checked, this isn't my ISP.  It seems to be some IT company
in South Africa. I guess it must be someone that is part of the
mailing list and their email provider doesn't like attachments. Still
an idiotic way of trying to prevent viruses, etc..

Thanks for letting me know. In future I will ignore such bounced emails.

Graeme.



 Forwarded ---
From: [EMAIL PROTECTED]
[EMAIL PROTECTED] Mailed-By: arivia.co.za
To: [EMAIL PROTECTED]
Date: 17-May-2006 13:22
Subject: [MailServer Notification]Attachment Blocking Notification
Reply | Reply to all | Forward | Print | Add sender to Contacts list |
Delete this message | Report phishing | Show original | Message text
garbled?
The fpcunit.patch.zip has been blocked,
and Replace has been taken on 5/17/2006 1:22:26 PM.
Message details:
Server:MPKWFX01
Sender: [EMAIL PROTECTED];
Recipient:lazarus@miraclec.com;
Subject:[lazarus] fpcUnit patch
Attachment name:fpcunit.patch.zip
---  END  



On 17/05/06, Vincent Snijders [EMAIL PROTECTED] wrote:
 Who send that message, you receiving email provider? Because the original zip 
 did
 reach the list and my computer.

 Vincent.


-- 
There's no place like 127.0.0.1

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives