Item11321: register tests are showing up a false positive
Priority: Low
Current State: No Action Required
Released In: n/a
Target Release: n/a
<SvenDowideit> $query->path_info( '/.' . $this->{users_web} . '/WebHome' );
found while working on store2
this causes $this->{webName} == ''; for which there is a bit of code that i bet should really be an ASSERT() to show something is quite wrong.
I think this needs a test that fails, an ASSERT to make sure that we're not in a shite place.
--
SvenDowideit - 02 Dec 2011
(and yes, i'm working on it, hope to figure out both)
--
SvenDowideit - 02 Dec 2011
I have no idea what this should be.
--
GeorgeClark - 24 Dec 2014
The neighbouring '/' and '.' are collapsed by 1.2, on a "DWIM" basis.
No action.
--
Main.CrawfordCurrie - 20 Jun 2015 - 07:22