fix guid goodie to reconcile internal tests

master
hunter 2012-03-18 16:17:36 -04:00 committed by Hunter Lang
parent fe9b3262b1
commit 16eb81fc56
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ handle query_lc => sub {
} else {
$guid = qq({$guid});
}
$guid .= ' (randomly generated)';
return $guid;
}
return;