You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(14) |
Oct
(22) |
Nov
(21) |
Dec
(7) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(4) |
Feb
(26) |
Mar
(62) |
Apr
(60) |
May
(73) |
Jun
(41) |
Jul
(64) |
Aug
(39) |
Sep
(19) |
Oct
(18) |
Nov
(55) |
Dec
(24) |
| 2005 |
Jan
(35) |
Feb
(122) |
Mar
(130) |
Apr
(62) |
May
(57) |
Jun
(103) |
Jul
(71) |
Aug
(142) |
Sep
(67) |
Oct
(27) |
Nov
(49) |
Dec
(56) |
| 2006 |
Jan
(42) |
Feb
(65) |
Mar
(30) |
Apr
(43) |
May
(13) |
Jun
(25) |
Jul
(5) |
Aug
(14) |
Sep
(18) |
Oct
(55) |
Nov
(126) |
Dec
(82) |
| 2007 |
Jan
(83) |
Feb
(83) |
Mar
(173) |
Apr
(30) |
May
(64) |
Jun
(156) |
Jul
(50) |
Aug
(29) |
Sep
(25) |
Oct
(26) |
Nov
(51) |
Dec
(9) |
| 2008 |
Jan
(36) |
Feb
(71) |
Mar
(93) |
Apr
(123) |
May
(34) |
Jun
(14) |
Jul
(21) |
Aug
(26) |
Sep
(49) |
Oct
(38) |
Nov
(19) |
Dec
(46) |
| 2009 |
Jan
(18) |
Feb
(16) |
Mar
(46) |
Apr
(4) |
May
(18) |
Jun
(9) |
Jul
(11) |
Aug
(4) |
Sep
(31) |
Oct
(19) |
Nov
(4) |
Dec
(11) |
| 2010 |
Jan
(15) |
Feb
(9) |
Mar
|
Apr
(20) |
May
(5) |
Jun
(8) |
Jul
(2) |
Aug
(9) |
Sep
(6) |
Oct
(21) |
Nov
(20) |
Dec
(11) |
| 2011 |
Jan
(11) |
Feb
(5) |
Mar
(6) |
Apr
(1) |
May
(12) |
Jun
(4) |
Jul
(1) |
Aug
(3) |
Sep
(4) |
Oct
(3) |
Nov
(3) |
Dec
(5) |
| 2012 |
Jan
(28) |
Feb
(7) |
Mar
(3) |
Apr
|
May
(5) |
Jun
(6) |
Jul
(5) |
Aug
(4) |
Sep
|
Oct
(4) |
Nov
(5) |
Dec
(4) |
| 2013 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2016 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(3) |
Oct
|
Nov
(1) |
Dec
|
| 2017 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Matt G. <mgr...@ne...> - 2004-02-18 13:23:01
|
Actually, I solved my own problem. By dumping most of the class variables I was able to notice that my form appeared only in the open_forms array but not in closed_forms where the form routines draw from. Sure enough, someone had put the </form> tag inside conditional logic. Once I fixed that, everything worked fine. I've been able to make some useful tests by posting to the action pages and setting all of the variables manually. I'm pretty sure now that the actual form test routines are not going to be helpful anyway due to the amount of javascript involved in our pages. Perhaps this is something we want to look at for refactoring but there's just not the time now :-\ Regardless, thanks for putting out this fine piece of software. It's been very useful, on the whole. I'll let you know if there's any feature that comes up that would save us (and probably others) a lot of time. Matt -----Original Message----- From: Marcus Baker [mailto:ma...@la...] Sent: Tuesday, February 17, 2004 7:00 PM To: mgr...@ne...; simpletest-support Subject: Re: [Simpletest-support] Testing forms Hi... Matt Griffin wrote: > I'm new to SimpleTest so bear with me. So am I ;). > However, I can't find > any documentation for these (the link to for mtesting is dead on the > website) and I'm having some difficulties. I am actually writing the documentation for this now. It only actually rolled out in the last Beta, was buggy and has just been heavily refactored for Beta4. > When I call clickSubmit($label) > I simply remain on the same page. My thought is that the submit button is > not being found or addressed properly but I cannot determine why. Can you mail me the page source? > Also, am > I correct in assuming that the browser object is ignorant of all javascript? Absolutely. In fact the HTML parsing is currently pretty limited as well. This is the main area of effort right now, but even the version 1.0 release will not have JavaScript support. There is a possibility that a later version will use the HTML Tidy module for the HTML parsing. With luck someone will write a PHP extension for the Rhino module (the JavaScript intepreter) and then a solution would at least be possible. Realistically that would be a year away at least. The current schedule is Beta4 in a couple of days (no frames support), version 1.0 in about 6 weeks. Beta4 has all of the basic HTML widgets, but no browser history list (no back button). This and a few other niceties should make it into 1.0, but no further core functionality has been mapped out. Do you have any requests? I am afraid you are very much in the early adopter camp here :(. You can probably use the Java HTTPUnit tool to accomplish what you want, although it's not so easy to use. > > Matt Griffin > yours, Marcus p.s. I have CC'd this to you so that you can just reply with the HTML source file. -- Marcus Baker, ma...@la..., no...@ap... |
|
From: Marcus B. <ma...@la...> - 2004-02-18 00:04:02
|
Hi... Matt Griffin wrote: > I'm new to SimpleTest so bear with me. So am I ;). > However, I can't find > any documentation for these (the link to for mtesting is dead on the > website) and I'm having some difficulties. I am actually writing the documentation for this now. It only actually rolled out in the last Beta, was buggy and has just been heavily refactored for Beta4. > When I call clickSubmit($label) > I simply remain on the same page. My thought is that the submit button is > not being found or addressed properly but I cannot determine why. Can you mail me the page source? > Also, am > I correct in assuming that the browser object is ignorant of all javascript? Absolutely. In fact the HTML parsing is currently pretty limited as well. This is the main area of effort right now, but even the version 1.0 release will not have JavaScript support. There is a possibility that a later version will use the HTML Tidy module for the HTML parsing. With luck someone will write a PHP extension for the Rhino module (the JavaScript intepreter) and then a solution would at least be possible. Realistically that would be a year away at least. The current schedule is Beta4 in a couple of days (no frames support), version 1.0 in about 6 weeks. Beta4 has all of the basic HTML widgets, but no browser history list (no back button). This and a few other niceties should make it into 1.0, but no further core functionality has been mapped out. Do you have any requests? I am afraid you are very much in the early adopter camp here :(. You can probably use the Java HTTPUnit tool to accomplish what you want, although it's not so easy to use. > > Matt Griffin > yours, Marcus p.s. I have CC'd this to you so that you can just reply with the HTML source file. -- Marcus Baker, ma...@la..., no...@ap... |
|
From: Matt G. <mgr...@ne...> - 2004-02-17 16:18:46
|
Hi all, I'm new to SimpleTest so bear with me. I've had great luck testing objects and dynamic pages (by posting directly to them) and now I'm trying to test forms using the setField() and clickSubmit() methods. However, I can't find any documentation for these (the link to for mtesting is dead on the website) and I'm having some difficulties. When I call clickSubmit($label) I simply remain on the same page. My thought is that the submit button is not being found or addressed properly but I cannot determine why. Also, am I correct in assuming that the browser object is ignorant of all javascript? Matt Griffin |
|
From: Marcus B. <ma...@la...> - 2004-02-15 22:13:29
|
Hi... Jeff Moore wrote: > Should I put a swallowErrors() call after my assertError() to prevent > the exceptions? Yes, that will cure it. As Jason suggests that may swallow other errors unless you have a discriminatory enough match, so it really depends on the specific example. The alternative is to have a return statement after the trigger_error(). If someones app. uses WACT inside a custom error handler, you would need to document the behaviour anyway, so that extra return statement may ultimately be a simplification. I don't see an easy way out of this until we finally get exceptions. > > If so, should I put a swallowErrors() call at the end of every test case > that calls assertError? If you really need to do that as a blanket case. This example seems unusual to me. > > Thanks, > > Jeff yours, Marcus -- Marcus Baker, ma...@la..., no...@ap... |
|
From: Jason S. <jsw...@ya...> - 2004-02-15 05:38:47
|
--- Jeff Moore <je...@pr...> wrote: > The problem is that condition2 is dependant upon condition1. If > condition1 is true, condition2 will always be true as well. There is > no way to re-arrange the test cases to avoid getting two errors. It > would be possible to re-arrange the code, but that doesn't seem like > the right thing. how about just: $this->assertError(error_signature1); $this->assertError(errop_signature2); ? __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html |
|
From: Jeff M. <je...@pr...> - 2004-02-15 04:21:33
|
On Feb 14, 2004, at 11:03 PM, Jason Sweat wrote:
> --- Jeff Moore <je...@pr...> wrote:
>> Hello,
>>
>> I was looking for some advise regarding testing for errors. If I have
>> some code that I want to test of the form:
>>
>> if (condition1) {
>> trigger_error()
>> }
>>
>> if (condition2) {
>> trigger_error()
>> }
>>
>> And I have the following test case
>>
>> // trigger error condition 1
>> $this->assertError();
>
> Marcus has conditioned me to use the assertErrorPattern() method.
>
> http://simpletest.sourceforge.net/api/SimpleTest/UnitTester/
> UnitTestCase.html#assertErrorPattern
About 99.5% of the errors that I want to test for were triggered by the
WACT RaiseError() function. Since the RaiseError signature involves
only error codes and data, it should be possible to test for the items
directly. No regular expressions required.
For example, the call:
RaiseError('compiler', 'VALUENOTFOUND', array(
'file' => $file,
'section' => $section,
'key' => $key));
could be directly tested for with a statement similar to
$this->expectError(BuildWactError('compiler', 'VALUENOTFOUND', array(
'file' => '/filename.ini', 'section' => 'compiler', 'key' =>
'path')));
> I would say your best bet would be to set up the test to meet each or
> none, one
> or both of the conditions (perhaps four separate methods in the test
> case?),
> and then explicitly test for the expected errors.
The problem is that condition2 is dependant upon condition1. If
condition1 is true, condition2 will always be true as well. There is
no way to re-arrange the test cases to avoid getting two errors. It
would be possible to re-arrange the code, but that doesn't seem like
the right thing.
(if you are interested, the WACT test case that triggered this
discussion is
cases/template/tags/core/include.test.php->CoreIncludeTagTestCase-
>testmissingfileattribute
>
>> Should I put a swallowErrors() call after my assertError() to prevent
>> the exceptions?
>>
>> If so, should I put a swallowErrors() call at the end of every test
>> case that calls assertError?
>
> I would avoid use of swallowErrors at all, I have found this got rid
> of error
> that crept in unexpectedly on me. YMMV
Hmmm. :(
|
|
From: Jason S. <jsw...@ya...> - 2004-02-15 04:06:08
|
--- Jeff Moore <je...@pr...> wrote:
> Hello,
>
> I was looking for some advise regarding testing for errors. If I have
> some code that I want to test of the form:
>
> if (condition1) {
> trigger_error()
> }
>
> if (condition2) {
> trigger_error()
> }
>
> And I have the following test case
>
> // trigger error condition 1
> $this->assertError();
Marcus has conditioned me to use the assertErrorPattern() method.
http://simpletest.sourceforge.net/api/SimpleTest/UnitTester/UnitTestCase.html#assertErrorPattern
I would say your best bet would be to set up the test to meet each or none, one
or both of the conditions (perhaps four separate methods in the test case?),
and then explicitly test for the expected errors.
> Should I put a swallowErrors() call after my assertError() to prevent
> the exceptions?
>
> If so, should I put a swallowErrors() call at the end of every test
> case that calls assertError?
I would avoid use of swallowErrors at all, I have found this got rid of error
that crept in unexpectedly on me. YMMV
Regards,
Jason
__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
|
|
From: Jeff M. <je...@pr...> - 2004-02-15 03:36:27
|
Hello,
I was looking for some advise regarding testing for errors. If I have
some code that I want to test of the form:
if (condition1) {
trigger_error()
}
if (condition2) {
trigger_error()
}
And I have the following test case
// trigger error condition 1
$this->assertError();
When simpletest records the errors, it allows execution to continue,
where in the program, normally execution would not continue past the
first trigger_error statement. This causes two errors to be triggered
(when condition 2 is also true). The second error occurs only because
the first error was ignored.
Now, my test passes because an error did occur, but simpletest records
the second error as an exception and shows a red bar. I'd like to have
a green bar. :)
Should I put a swallowErrors() call after my assertError() to prevent
the exceptions?
If so, should I put a swallowErrors() call at the end of every test
case that calls assertError?
Thanks,
Jeff
|
|
From: Jeff M. <je...@pr...> - 2004-02-14 14:11:34
|
On Feb 13, 2004, at 10:16 PM, Marcus Baker wrote: > Jeff Moore wrote: >> I'm having some trouble writing tests for some code that uses the >> error suppression operator (@). > > Fixed in CVS. Will roll out in Beta4. I basically added pretty much > the code you suggested and a stack of tests. Excellent. Thank you very much. |
|
From: Marcus B. <ma...@la...> - 2004-02-14 03:17:36
|
Hi... Jeff Moore wrote: > I'm having some trouble writing tests for some code that uses the error > suppression operator (@). Fixed in CVS. Will roll out in Beta4. I basically added pretty much the code you suggested and a stack of tests. Thanks for that. yours, Marcus -- Marcus Baker, ma...@la..., no...@ap... |
|
From: Marcus B. <ma...@la...> - 2004-02-14 01:04:34
|
Hi...
Jeff Moore wrote:
> I'm having some trouble writing tests for some code that uses the error
> suppression operator (@).
Unfortunately SimpleTest still very much reflects my personal biases. I
tend not to use the @ operator. I know of no way to distinguish a
warning that is suppressed from one that isn't assuming that your ini
file reports all errors.
> Adding the following to simpleTestErrorHandler clears up the problem and
> the test passes.
>
> if ( ( $severity & error_reporting() ) != $severity ) {
> return; // Ignore this error because of error suppression
> }
Ok, I should probably add this or something similar to the core code.
Obviously this won't happen until the next release (Beta4). I'd like to
investigate the error_reporting() function further before I decide if
that is OK?
>
> Any suggestions on how to proceed?
If your fix is sufficient then use it for now. Hopefully on the next
release of Wact (I assume) you can specify SimpleTest Beta4 and things
should be less severe. Other actions, decorating the runner or
subclassing the reporter, would simply involve you in more work than
really necessary.
I am afraid that is all that I can suggest right now until I investigate
things a bit more :(.
>
> Jeff
yours, Marcus
--
Marcus Baker, ma...@la..., no...@ap...
|
|
From: Jason S. <jsw...@ya...> - 2004-02-14 00:43:05
|
--- Jeff Moore <je...@pr...> wrote:
> Hello,
>
> I'm having some trouble writing tests for some code that uses the error
> suppression operator (@).
>
> My problem is that simpletest records ALL errors, even ones that the
> code explicitly suppresses using the error suppression operator.
IIRC, this is a problem with _ALL_ custom error handlers. All errors are
passed, even with the suppresion operator in place. I recall this came up on
the smarty list a while back, but I do not remember the resolution. Might try
to google and see if you can find anything regarding error suppression and
custom error handlers.
>
> I am getting cascades of unimportant errors that cause my test to
> indicate failure when I don't consider it to have failed.
>
> Adding the following to simpleTestErrorHandler clears up the problem
> and the test passes.
>
> if ( ( $severity & error_reporting() ) != $severity ) {
> return; // Ignore this error because of error suppression
> }
>
> Any suggestions on how to proceed?
>
> Jeff
>
>
>
> -------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> _______________________________________________
> Simpletest-support mailing list
> Sim...@li...
> https://lists.sourceforge.net/lists/listinfo/simpletest-support
__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
|
|
From: Jeff M. <je...@pr...> - 2004-02-13 23:20:18
|
Hello,
I'm having some trouble writing tests for some code that uses the error
suppression operator (@).
My problem is that simpletest records ALL errors, even ones that the
code explicitly suppresses using the error suppression operator.
I am getting cascades of unimportant errors that cause my test to
indicate failure when I don't consider it to have failed.
Adding the following to simpleTestErrorHandler clears up the problem
and the test passes.
if ( ( $severity & error_reporting() ) != $severity ) {
return; // Ignore this error because of error suppression
}
Any suggestions on how to proceed?
Jeff
|
|
From: Marcus B. <ma...@la...> - 2004-02-12 18:42:37
|
Hi... This method is a refactoring victim. The same functionality can be had with setCookie() and assertCookie() anyway, so it's loss is marginal. I simply have no way of supporting it in a deprecated state under the new structure so it had to go without warning. Sorry for any inconvenience caused. yours, Marcus -- Marcus Baker, ma...@la..., no...@ap... |
|
From: Jason S. <jsw...@ya...> - 2004-02-08 05:34:46
|
--- Marcus Baker <ma...@la...> wrote:
> Hi...
>
> Jason Sweat wrote:
> > Well, I think we should at least detect if an array was supplied, and fail
> the
> > test if something other than an array was provided rather than letting the
> test
> > have a php error for invalid argument to the foreach.
>
> Oh yeah. That would be a good idea wouldn't it :-/
Okay, added:
function testBadArgParameter() {
$mock = &new MockDummy($this);
$mock->expectArguments("aMethod", "foo");
$this->assertErrorPattern('/\$args.*not an array/i');
$mock->aMethod();
$mock->tally();
}
to TestOfMockExpectations Unit Test Case
__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
|
|
From: Marcus B. <ma...@la...> - 2004-02-08 01:04:01
|
Hi... Jason Sweat wrote: > Well, I think we should at least detect if an array was supplied, and fail the > test if something other than an array was provided rather than letting the test > have a php error for invalid argument to the foreach. Oh yeah. That would be a good idea wouldn't it :-/ > > I'll look into possible fixing that tonight. Cheers. yours, Marcus -- Marcus Baker, ma...@la..., no...@ap... |
|
From: Jason S. <jsw...@ya...> - 2004-02-08 00:19:54
|
--- Marcus Baker <ma...@la...> wrote:
> Hi...
>
> Jason Sweat wrote:
> > Would it be reasonable to automatically wrap the third argument in an
> array, if
> > it is not an array, to avoid this error?
>
> I thought about this, but could not come to a final conclusion and so
> went with simplicity. The problem with overloaded arguments is that you
> have more stuff to explain in the documentation and more things to
> figure out in use. At least this way it always behaves the same way...
>
> $mock->expectArguments('method', $login->getPermissions());
>
> What if the method sometimes returns false and sometimes an array? Not a
> likely scenario, but you kind of see what I mean. If I were going to go
> that way I should have used the func_get_args() to have them flat.
> Perhaps I should have done that :(.
Well, I think we should at least detect if an array was supplied, and fail the
test if something other than an array was provided rather than letting the test
have a php error for invalid argument to the foreach.
I'll look into possible fixing that tonight.
__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
|
|
From: Marcus B. <ma...@la...> - 2004-02-06 23:36:06
|
Hi...
Jason Sweat wrote:
> Would it be reasonable to automatically wrap the third argument in an array, if
> it is not an array, to avoid this error?
I thought about this, but could not come to a final conclusion and so
went with simplicity. The problem with overloaded arguments is that you
have more stuff to explain in the documentation and more things to
figure out in use. At least this way it always behaves the same way...
$mock->expectArguments('method', $login->getPermissions());
What if the method sometimes returns false and sometimes an array? Not a
likely scenario, but you kind of see what I mean. If I were going to go
that way I should have used the func_get_args() to have them flat.
Perhaps I should have done that :(.
yours, Marcus
--
Marcus Baker, ma...@la..., no...@ap...
|
|
From: Jason S. <jsw...@ya...> - 2004-02-06 19:54:51
|
Exception: testcheckinputform->Unexpected PHP error [Invalid argument supplied for foreach()] severity [E_WARNING] in [/home/httpd/phplib/simpletest_1.0beta3/mock_objects.php] line [173] Would it be reasonable to automatically wrap the third argument in an array, if it is not an array, to avoid this error? __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html |
|
From: Marcus B. <ma...@la...> - 2004-02-02 23:33:35
|
Hi...
Jason Sweat wrote:
> Basically wondering if you can use regex for arguments. I have some functions
> that wrap a bunch of junk around a relativly simple SQL query before it hit's
> my mock, and I would just like to verify the original chunk of SQL is present
> in the first argument.
Very much so...
$connection = &new MockConnection($this);
$connection->expectOnce(array(
new WantedPatternExpectation('/name = [\']Fred[\']/')));
Basically any parameter that is not an expectation class will have an
identical expectation wrapped around it, otherwise the expectation class
is used instead.
yours, Marcus
--
Marcus Baker, ma...@la..., no...@ap...
|
|
From: Jason S. <jsw...@ya...> - 2004-02-02 23:10:23
|
Basically wondering if you can use regex for arguments. I have some functions that wrap a bunch of junk around a relativly simple SQL query before it hit's my mock, and I would just like to verify the original chunk of SQL is present in the first argument. __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ |
|
From: Jason S. <jsw...@ya...> - 2004-01-31 19:13:41
|
in my write test -> fail -> write code -> pass cycles, the first thing that
happens where I write a new method is that the test dies with a php fatal error
because the method does not exist. Using this assertion I can write a test
that verifies the method exists, see it fail, add the method to the class I am
testing, see the test pass and then move on to real relevant tests of the
method.
/**
* Confirms that a particular method is defined for a class.
* @param string $class the class to test
* @param string $method the name of the method to test
* @param string $message optional - Message to display.
* @access public
*/
function AssertMethodExists($class, $method, $message=false) {
if (!class_exists($class)) {
$this->Fail("'$class' is not a class");
}
if (false === $message) {
$message = "$class::$method() does not exist.";
}
if (is_callable(array($class, $method))) {
$this->Pass($message);
} else {
$this->Fail($message);
}
}
or perhaps I am just being pedantic?
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
|
|
From: Zbynek W. <zw...@us...> - 2004-01-31 12:22:57
|
This somehow did not get through. The line numbers would be really helpfull. Zbynek -------- Original Message -------- Subject: Line numbers for failed tests Date: Thu, 29 Jan 2004 23:55:49 +0100 From: Zbynek Winkler <zw...@us...> To: sim...@li.... Hello. Are you considering adding line numbers to the report of failed tests? Zbynek -- http://zw.matfyz.cz/ http://robotika.cz/ Faculty of Mathematics and Physics, Charles University, Prague, Czech Republic |
|
From: Zbynek W. <zw...@us...> - 2004-01-31 00:30:46
|
Hello. Are you considering adding line numbers to the report of failed tests? Zbynek -- http://zw.matfyz.cz/ http://robotika.cz/ Faculty of Mathematics and Physics, Charles University, Prague, Czech Republic |
|
From: Marcus B. <ma...@la...> - 2004-01-06 01:56:41
|
Hi... Not had as much time as I would have liked to get new releases out. This is not an essential release, feature wise, but is if you are extending the tool or thinking of extending the tool. For this various hooks have been added to a cleaner runner architecture. It is possible to do dry runs of the test suite now and to run tests on remote servers. I have also added XML output and also a parser to convert it back into test events. yours, Marcus -- Marcus Baker, ma...@la..., no...@ap... |