#212: Uninitialized variable warning in t/70_admin_home -----------------------------------------+---------------------------------- Reporter: dom | Owner: andrewb Type: defect | Status: assigned Priority: normal | Milestone: Component: openguides | Version: svn Severity: normal | Resolution: Keywords: hackfestsummer2007-reviewed | -----------------------------------------+---------------------------------- Comment (by andrewb):
I have changed the use of $wiki->write_node to OpenGuides::Test->write_data This creates a username, which the write_node routine did not.
One side effect is that write_data auto creates categories. so the following test has changed {{{ +is( scalar @{$ttvars{'categories'}}, 2, "Right number of categories" ); }}} Could this be recorded in the change history