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: Taras D. <Tar...@pr...> - 2008-09-08 13:17:26
|
Hi Marcus,
Since I originally posted this question, I've looked further at the source code. I tried to emulate 'deleting' a cookie by setting it to be expired - I assume this is what you mean by 'the same tricks as the browser'.
However, this does not work as expected because the 'selectAsPairs' function does not consider whether the cookie is expired
function selectAsPairs($url) {
$pairs = array();
foreach ($this->_cookies as $cookie) {
if ($this->_isMatch($cookie, $url->getHost(), $url->getPath(), $cookie->getName())) {
$pairs[] = $cookie->getName() . '=' . $cookie->getValue();
}
}
return $pairs;
}
This function is only used in building up the header.. so I'd think that this fucntion should consider the expiry times of the cookies
Your thoughts?
Taras
-----Original Message-----
From: sim...@li...
[mailto:sim...@li...]On Behalf Of
Marcus Baker
Sent: 08 September 2008 14:14
To: Help, advice, bugs and workarounds
Subject: Re: [Simpletest-support] Deleting a cookie
Hi...
Taras Diakiw wrote:
> How do you delete a particular cookie?
This is a thorny one, as the browsers don't necessarily do this
either. SimpleTest acts like a fussy (Netscape) browser. You have to
explicitly set a timeout.
You cannot delete a cookie with SimpleTest as such, but you must use
the same tricks a s the browser. If you look at the SimpleTest
source in simpletest/test/cookies_test.php, right at the end you
will see some tests that make sure this emulation is possible.
If you look at WebTester::setCookie() in the actual source code,
you'll see that you can set all the information you need.
> The context of my question is that I'm implementing single sign on for a forum.
Why not actually do the sign-up in the test? That is, start with the
home page, sign-up, then do your task. It will be slower of course,
but only for the one or two tests that depend on this behaviour?
Otherwise your tests may be difficult to understand.
Or am I missing something important?
> Thanks
>
> Taras
yours, Marcus
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Simpletest-support mailing list
Sim...@li...
https://lists.sourceforge.net/lists/listinfo/simpletest-support
Practical Law Company Limited. Registered in England and Wales. Registered Number: 02889191. Registered Office: 19 Hatfields, London SE1 8DJ. Telephone: +44(0)20 7202 1200. http://www.practicallaw.com. DISCLAIMERS: This e-mail is confidential to the ordinary user of the e-mail address to which it was addressed; it may contain personal views which are not the views of PLC unless specifically stated. If you have received it in error, please delete it from your system and notify the sender immediately; do not use, copy or disclose the information or otherwise use it or any part of it in any form whatsoever nor act in reliance on it. All liability for loss or damage caused by viruses is excluded. PLC uses the MessageLabs SkyScan service to monitor all outgoing and incoming e-mails for viruses, prohibited file-type attachments and inappropriate content in accordance with its Information and Communications Systems policy. You signify your consent to these terms by any further e-mail communication.
Save a tree...please don't print this e-mail unless you really need to.
|
|
From: Marcus B. <ma...@wo...> - 2008-09-08 13:11:35
|
Hi... Perrick Penet wrote: > The DomTestCase is already marked as "un-released" in the documentation > on the web site. Ah cool! > > I'm now confused as where this confusion > comes from... And i've just added to it :). > > Yours, > Perrick yours, Marcus |
|
From: Marcus B. <ma...@wo...> - 2008-09-08 13:10:12
|
Hi... Taras Diakiw wrote: > How do you delete a particular cookie? This is a thorny one, as the browsers don't necessarily do this either. SimpleTest acts like a fussy (Netscape) browser. You have to explicitly set a timeout. You cannot delete a cookie with SimpleTest as such, but you must use the same tricks a s the browser. If you look at the SimpleTest source in simpletest/test/cookies_test.php, right at the end you will see some tests that make sure this emulation is possible. If you look at WebTester::setCookie() in the actual source code, you'll see that you can set all the information you need. > The context of my question is that I'm implementing single sign on for a forum. Why not actually do the sign-up in the test? That is, start with the home page, sign-up, then do your task. It will be slower of course, but only for the one or two tests that depend on this behaviour? Otherwise your tests may be difficult to understand. Or am I missing something important? > Thanks > > Taras yours, Marcus |
|
From: Perrick P. <pe...@no...> - 2008-09-08 13:02:53
|
Hi, > Either way, we should we create a separate extensions section in the > docs until it's all been beta and usability tested. Mark, is taht > what you are doing? The DomTestCase is already marked as "un-released" in the documentation on the web site. See http://simpletest.org/en/experimental_dom_tester.html And the bundled documentation doesn't mention this dom tester stuff either as far as I can see. I'm now confused as where this confusion comes from... Yours, Perrick |
|
From: Marcus B. <ma...@wo...> - 2008-09-08 12:57:09
|
Hi... Dagfinn Reiersøl wrote: >> Any thoughts? We seem to have forgotten our own plan on this. The progression was... 1) Announced on mailing list as supported, we will try to ensure backward compatibility even if it's hosted from the author's own site. 2) Available in the main SVN. 3) Bundled with the tarball. 4) In the main API docs. Although a new feature can enter this ladder at any stage, we shouldn't have stuff in the docs that isn't in the download. Extra downloads should have their own docs. Would people like the DomTester to be part of the tarball? Either way, we should we create a separate extensions section in the docs until it's all been beta and usability tested. Mark, is taht what you are doing? yours, Marcus |
|
From: Dagfinn R. <da...@re...> - 2008-09-08 10:35:25
|
Mark Rickerby wrote: > Also, I believe it is an open question as to whether the extensions > get bundled with the actual simpletest core download. > > Any thoughts? > If they might be at all useful for anyone but the SimpleTest developers, they should be available without jumping through hoops. A separate download if necessary, but you need a download that's at least documented somewhere (how to do it) and that can safely be expected to work with the core download. |
|
From: Mark R. <ma...@co...> - 2008-09-08 10:19:00
|
Also, I believe it is an open question as to whether the extensions get bundled with the actual simpletest core download. Any thoughts? |
|
From: Mark R. <ma...@co...> - 2008-09-08 10:17:04
|
Thanks for pointing this out. The issue is just that package level docblock tags aren't all consistent on some of the extensions. I noticed this the other day too, and I'm in the process of fixing the issue in SVN right now. Cheers, Mark |
|
From: Dagfinn R. <da...@re...> - 2008-09-08 10:15:42
|
Perrick Penet wrote: > It's an extension. You can find it here : > > http://simpletest.svn.sourceforge.net/viewvc/simpletest/simpletest/trunk/extensions/dom_tester/ > Yes, that's reasonable. I already have an older version that must have come from CVS/Subversion. But I was wondering about the apparent inconsistency. Is there some rhyme or reason to the fact that some extensions are more or less included in the API documentation and some are not? If an extension is in the 1.0.1 API documentation, shouldn't it be in the 1.0.1 download file as well? |
|
From: Perrick P. <pe...@no...> - 2008-09-08 09:20:25
|
It's an extension. You can find it here : http://simpletest.svn.sourceforge.net/viewvc/simpletest/simpletest/trunk/extensions/dom_tester/ Yours, Perrick Dagfinn Reiersøl wrote: > In the 1.0.1 docs, there is a section called DomTestCase, but no > DomTestCase class, just CssSelector and CssSelectorExpectation. In > simpletest_1.0.1.tar.gz > <http://downloads.sourceforge.net/simpletest/simpletest_1.0.1.tar.gz?modtime=1207619754&big_mirror=0>, > there is no DomTestCase, no CssSelector and no CssSelectorExpectation. > > Can someone explain this? > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Simpletest-support mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simpletest-support > > |
|
From: Dagfinn R. <da...@re...> - 2008-09-08 09:14:39
|
In the 1.0.1 docs, there is a section called DomTestCase, but no DomTestCase class, just CssSelector and CssSelectorExpectation. In simpletest_1.0.1.tar.gz <http://downloads.sourceforge.net/simpletest/simpletest_1.0.1.tar.gz?modtime=1207619754&big_mirror=0>, there is no DomTestCase, no CssSelector and no CssSelectorExpectation. Can someone explain this? |
|
From: Taras D. <Tar...@pr...> - 2008-09-03 16:22:58
|
Hi everyone, How do you delete a particular cookie? I am aware that you can set ignoreCookies, but this is unsuitable as: * It can't (AFAIK) be reversed * You can't specify that you want to receive but not send cookies * It will ignore ALL cookies (I wish to only ignore a particular cookie) The context of my question is that I'm implementing single sign on for a forum. When a user logs out of their account, it destroys a 'universal' guid cookie, but any other cookies will remain. This is the behaviour I'm trying to simulate. Thanks Taras Thanks Taras Diakiw Software Developer Practical Law Company T: +44 (0) 20 7202 1200 ext 5629 F: +44 (0) 20 7202 1211 W: http://www.practicallaw.com Practical Law Company Limited. Registered in England and Wales. Registered Number: 02889191. Registered Office: 19 Hatfields, London SE1 8DJ. Telephone: +44(0)20 7202 1200. http://www.practicallaw.com. DISCLAIMERS: This e-mail is confidential to the ordinary user of the e-mail address to which it was addressed; it may contain personal views which are not the views of PLC unless specifically stated. If you have received it in error, please delete it from your system and notify the sender immediately; do not use, copy or disclose the information or otherwise use it or any part of it in any form whatsoever nor act in reliance on it. All liability for loss or damage caused by viruses is excluded. PLC uses the MessageLabs SkyScan service to monitor all outgoing and incoming e-mails for viruses, prohibited file-type attachments and inappropriate content in accordance with its Information and Communications Systems policy. You signify your consent to these terms by any further e-mail communication. Save a tree...please don't print this e-mail unless you really need to. |
|
From: Noel D. <ma...@mc...> - 2008-09-03 14:24:21
|
Note that, as well as expecting an object:
$mock->throwOn('methodName', $exception_object);
$this->expectException($exception_object);
..you can also expect the exception type:
$mock->throwOn('methodName', $exception_object);
$this->expectException('ExceptionClass');
Noel
|
|
From: Taras D. <Tar...@pr...> - 2008-09-03 13:50:49
|
Me as well
-----Original Message-----
From: sim...@li...
[mailto:sim...@li...]On Behalf Of
todd runstein
Sent: 03 September 2008 14:50
To: Help, advice, bugs and workarounds
Subject: Re: [Simpletest-support] Forcing a mock to throw an exception
Noel,
That's exactly what I was looking for! Thank you!
Todd
On Wed, Sep 3, 2008 at 5:40 AM, Noel Darlow <ma...@mc...> wrote:
> On Tue, 2 Sep 2008 13:41:48 -0700
> "todd runstein" <to...@gm...> wrote:
>
> > Any advice on whether this exists in simpletest? If not, is there any
> > other way to test my classes exception handling logic?
>
> You can do the following in SimpleTest- no decorator required:
>
> $this->mock->throwOn('methodName', $exception_object);
> $this->expectException($this->exception);
>
> If $this->mock->methodName() is called $exception_object will be
> thrown.
>
>
> Noel
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Simpletest-support mailing list
> Sim...@li...
> https://lists.sourceforge.net/lists/listinfo/simpletest-support
>
--
----------------------------------------------------------------------
The only "dumb question" is the one you were too afraid to ask.
________________________________________
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Simpletest-support mailing list
Sim...@li...
https://lists.sourceforge.net/lists/listinfo/simpletest-support
Practical Law Company Limited. Registered in England and Wales. Registered Number: 02889191. Registered Office: 19 Hatfields, London SE1 8DJ. Telephone: +44(0)20 7202 1200. http://www.practicallaw.com. DISCLAIMERS: This e-mail is confidential to the ordinary user of the e-mail address to which it was addressed; it may contain personal views which are not the views of PLC unless specifically stated. If you have received it in error, please delete it from your system and notify the sender immediately; do not use, copy or disclose the information or otherwise use it or any part of it in any form whatsoever nor act in reliance on it. All liability for loss or damage caused by viruses is excluded. PLC uses the MessageLabs SkyScan service to monitor all outgoing and incoming e-mails for viruses, prohibited file-type attachments and inappropriate content in accordance with its Information and Communications Systems policy. You signify your consent to these terms by any further e-mail communication.
Save a tree...please don't print this e-mail unless you really need to.
|
|
From: todd r. <to...@gm...> - 2008-09-03 13:49:56
|
Noel,
That's exactly what I was looking for! Thank you!
Todd
On Wed, Sep 3, 2008 at 5:40 AM, Noel Darlow <ma...@mc...> wrote:
> On Tue, 2 Sep 2008 13:41:48 -0700
> "todd runstein" <to...@gm...> wrote:
>
> > Any advice on whether this exists in simpletest? If not, is there any
> > other way to test my classes exception handling logic?
>
> You can do the following in SimpleTest- no decorator required:
>
> $this->mock->throwOn('methodName', $exception_object);
> $this->expectException($this->exception);
>
> If $this->mock->methodName() is called $exception_object will be
> thrown.
>
>
> Noel
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Simpletest-support mailing list
> Sim...@li...
> https://lists.sourceforge.net/lists/listinfo/simpletest-support
>
--
----------------------------------------------------------------------
The only "dumb question" is the one you were too afraid to ask.
________________________________________
|
|
From: Noel D. <ma...@mc...> - 2008-09-03 12:41:13
|
On Tue, 2 Sep 2008 13:41:48 -0700
"todd runstein" <to...@gm...> wrote:
> Any advice on whether this exists in simpletest? If not, is there any
> other way to test my classes exception handling logic?
You can do the following in SimpleTest- no decorator required:
$this->mock->throwOn('methodName', $exception_object);
$this->expectException($this->exception);
If $this->mock->methodName() is called $exception_object will be
thrown.
Noel
|
|
From: Perrick P. <pe...@no...> - 2008-09-03 08:14:41
|
The FAQ is next on my personal TODO list. And such response will be
really useful.
Thanks !
Perrick
Dagfinn Reiersøl wrote:
> todd runstein wrote:
>> I'm looking for a way to make my mock object throw an exception. I want to
>> test that my class under test catches and handles any thrown exceptions
>> correctly. I want to add a call to my mock object similar to:
>>
>> $this->mymock->setReturnValue('doomedmethod', new Exception('thanks'));
>>
>> Or even better:
>> $this->mymock->expectAndThrow('doomedmethod', new Exception('thanks'));
>>
>> Any advice on whether this exists in simpletest? If not, is there any other
>> way to test my classes exception handling logic?
>>
>> Thanks,
>>
>> Todd
>>
>>
> You can decorate the mock object as I explain in my response to this thread:
>
> *http://tinyurl.com/5n9w4l*
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Simpletest-support mailing list
> Sim...@li...
> https://lists.sourceforge.net/lists/listinfo/simpletest-support
>
>
|
|
From: Dagfinn R. <da...@re...> - 2008-09-03 07:56:13
|
todd runstein wrote:
> I'm looking for a way to make my mock object throw an exception. I want to
> test that my class under test catches and handles any thrown exceptions
> correctly. I want to add a call to my mock object similar to:
>
> $this->mymock->setReturnValue('doomedmethod', new Exception('thanks'));
>
> Or even better:
> $this->mymock->expectAndThrow('doomedmethod', new Exception('thanks'));
>
> Any advice on whether this exists in simpletest? If not, is there any other
> way to test my classes exception handling logic?
>
> Thanks,
>
> Todd
>
>
You can decorate the mock object as I explain in my response to this thread:
*http://tinyurl.com/5n9w4l*
|
|
From: Edward Z. Y. <edw...@th...> - 2008-09-03 03:44:13
|
todd runstein wrote:
> Or even better:
> $this->mymock->expectAndThrow('doomedmethod', new Exception('thanks'));
>
> Any advice on whether this exists in simpletest? If not, is there any
other
> way to test my classes exception handling logic?
Mocks currently have kinda sucky callback support. The way I've
been working around it is extending the generated mock class and adding
the custom behavior. Your mileage may vary.
|
|
From: todd r. <to...@gm...> - 2008-09-02 20:41:48
|
I'm looking for a way to make my mock object throw an exception. I want to
test that my class under test catches and handles any thrown exceptions
correctly. I want to add a call to my mock object similar to:
$this->mymock->setReturnValue('doomedmethod', new Exception('thanks'));
Or even better:
$this->mymock->expectAndThrow('doomedmethod', new Exception('thanks'));
Any advice on whether this exists in simpletest? If not, is there any other
way to test my classes exception handling logic?
Thanks,
Todd
--
----------------------------------------------------------------------
The only "dumb question" is the one you were too afraid to ask.
________________________________________
|
|
From: Taras D. <Tar...@pr...> - 2008-09-02 15:39:28
|
Hi everyone,
I'm trying to use assertNoCookie: it seems simple enough to use, but I've been getting unexpected results. In particular, doing the following (inside a WebTestCase of course):
$this->assertNoCookie('arandomstringl;1jk5ljk15ljkldjasfljkasglajkgag')
fails (?!)
however, calling $this->getCookie('theSameStringAsAbove') returns 'null'.
Is this a bug, or am I missing something really obvious?
Thanks
Taras
Practical Law Company Limited. Registered in England and Wales. Registered Number: 02889191. Registered Office: 19 Hatfields, London SE1 8DJ. Telephone: +44(0)20 7202 1200. http://www.practicallaw.com. DISCLAIMERS: This e-mail is confidential to the ordinary user of the e-mail address to which it was addressed; it may contain personal views which are not the views of PLC unless specifically stated. If you have received it in error, please delete it from your system and notify the sender immediately; do not use, copy or disclose the information or otherwise use it or any part of it in any form whatsoever nor act in reliance on it. All liability for loss or damage caused by viruses is excluded. PLC uses the MessageLabs SkyScan service to monitor all outgoing and incoming e-mails for viruses, prohibited file-type attachments and inappropriate content in accordance with its Information and Communications Systems policy. You signify your consent to these terms by any further e-mail communication.
Save a tree...please don't print this e-mail unless you really need to.
|
|
From: Travis S. <dev...@do...> - 2008-08-27 16:28:09
|
Hey guys; Another random bug, and one I haven't dove into at all, but I'm seeing some test failures where $this is being referred to in mocked objects. I'm assuming the code is just using mocks as statics where Mock::generate() didn't know it was a mock, but... Anyone else seen something similar? If I get it narrowed down and it's a real bug, I'll get a test case together to show it. -T |
|
From: Travis S. <dev...@do...> - 2008-08-27 16:26:32
|
Howdy all... On Aug 27, 2008, at 9:00 AM, Marcus Baker wrote: > None, and I'm nowhere near my home development set up at the moment. > I'll chase it later today unless you solve it first. I solved it. The code was passing in strings with "%" in it, adding an escape() method that does s/%/%%/g fixed it. > Shouldn't you be on your honeymoon? Next year :-) -T |
|
From: Marcus B. <ma...@wo...> - 2008-08-27 13:52:14
|
Hi... Travis Swicegood wrote: > Any ideas? None, and I'm nowhere near my home development set up at the moment. I'll chase it later today unless you solve it first. Shouldn't you be on your honeymoon? > -T yours, Marcus |
|
From: Travis S. <dev...@do...> - 2008-08-26 20:34:24
|
Hey guys; Was just trying to upgrade from an older version of SimpleTest to the latest in SVN and I'm getting a ton of these errors: Exception: testSomeTest -> Unexpected PHP error [sprintf() [<a href='function.sprintf'>function.sprintf</a>]: Too few arguments] severity [2] in [/path/to/simpletest/test_case.php line 315] Any ideas? -T |