Changeset 8587
- Timestamp:
- 08/19/10 18:55:12 (18 months ago)
- File:
-
- 1 edited
-
trunk/UnitTestContrib/test/unit/RegisterTests.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UnitTestContrib/test/unit/RegisterTests.pm
r8236 r8587 923 923 $this->assert( 0, "expected an oops redirect" ); 924 924 }; 925 # Read the verification code before finish()'ing the session 926 my $debugVerificationCode = $this->{session}->{DebugVerificationCode}; 925 927 $this->{session}->finish(); 926 928 927 929 # For verification process everything including finish(), so don't just 928 930 # call verifyEmails 929 my $code = shift || $ this->{session}->{DebugVerificationCode};931 my $code = shift || $debugVerificationCode; 930 932 $query = new Unit::Request( 931 933 {
Note: See TracChangeset
for help on using the changeset viewer.
