-
To be able to document the test results, an XML test result output should be provided.
The attached Eclipse generated patch file adds a '-xml' command line switch to control the required feature in EcutClient. The patch applies to EcutClient.cpp 1.12 and EcutClient 1.10 in net.sf.ecut.client. This realization uses CppUnit's XmlOutputter. It has only been tested when running all tests, so it...
2009-06-12 13:25:45 UTC in ECUT
-
I know Graham already discovered ECUT (https://sourceforge.net/projects/ecut/), I just put it here to direct anybody to ECUT who searches CppUnit's forum for an Eclipse plugin ;-)
2009-06-12 08:41:47 UTC in CppUnit - C++ port of JUnit
-
I just verified the change works for my Cygwin/WinXP installation, this means I can finally debug my testcases easily using the ECUT launch configuration :-) So my simple workaround patch described below is obsolete! Many thx to Gerhard!
Helmut.
2009-04-14 07:28:43 UTC in ECUT
-
I've just eliminated the culprit and uploaded a correct one again: EcutDemo.z14
I now tested the stuff by downloading them all and unzipping it with either IZArc or TUGZip. Both work now!
Sorry for the inconvenience,
Helmut
PS: I had to retry several times to download EcutDemo.zip, but I was insistent enough to get it!
2009-04-06 08:30:57 UTC in ECUT
-
Hello Graham,
have a look at my demo I had to post as a bug to be able to upload the file somewhere (see https://sourceforge.net/tracker/?func=detail&aid=2726509&group_id=236439&atid=1100279). You can find a a demo video and a sample Eclipse project there!
I hope, Gerhard will put it to the documentation section!
Helmut.
2009-04-03 06:34:20 UTC in ECUT
-
Gerhard, please add this to the documentation section!
Thx, Helmut.
2009-04-02 10:15:47 UTC in ECUT
-
Yet there is no demo for how to use ECUT available. So I just set up a simple example and recorded it using Wink (http://www.debugmode.com/wink/). Th attached zip file contains a C++ Eclipse project which include the flash demo video and the simple C sources used there. Of course you can just unzip the file just watch the video (just open demo/EcutDemo.htm)! I recorded this on a WindowsXP base...
2009-04-02 10:03:09 UTC in ECUT
-
Hello Graham,
the need for TestRunnerClient.* indicates that your are using an old ECUT version, or at least you've been using it before and was not properly deinstalled. The files you mentioned have been renamed about 5 months ago and are definitely not used any more!
So I recommend to remove your ECUT installation, and reinstall the latest version of ECUT (1.0-M3-RC2 AFAIK).
You can...
2009-03-31 14:05:55 UTC in ECUT
-
Did you configure the CppUnit Connector with the configuration dialog you can find at the Windows/Preferences menu in section C++/ECUT using the Configure... button ? You have to add a CppUnit library there, identifying it be an arbitrary name (e.g. CppUnit 1.12.0) the location of the library file (check /usr/lib and user/local/lib) and the aaociated include directory (again have a look at...
2009-03-27 07:49:08 UTC in ECUT
-
Sorry the patch file does not apply without probs! Use ecutdebugworkaround2.patch to patch EcutClient.cpp revision 1.12.
2009-03-24 14:04:17 UTC in ECUT