Re: Re: [midgard-cvs] CVS update: /midgard/src/apis/php4/test/querybuilder/

Piotras <pp-VVDi8QVAvoBWk0Htik3J/[email protected]> Tue, 21 Feb 2006 09:15:47 +0100
Newsgroups gmane.comp.web.midgard.devel
Message-ID <[email protected]>
"Jukka Zitting" <[email protected]> wrote:

> >     function test_migd_is_guid() {
> >         $this->assertGuid("0a3193d4a25611dab74b9d6acce7d1f8d1f8", true);
> >         $this->assertGuid("0a3193d4a25611dab74b9d6acc", false);
> >         $this->assertGuid("0", false);
> >     }
> 
> Actually mgd_is_guid("0a3193d4a25611dab74b9d6acc") should return true.

That was my "typo" made in  changes for midgard-php implementation of this function.
I fixed that 20 minutes after issue was reported.
( I want to wake up with the same number of issues which can be count when I go to bed ;)

I tested all cases and now all should work as expected.

Piotras