demianturner / sgl-docs-tickets-migration-test

0 stars 0 forks source link

SessionTest Fails 1 #1709

Closed demianturner closed 11 years ago

demianturner commented 11 years ago

'''UNIT: DB with tables and data: lib/SGL/SessionTest.wdd.php'''

{{{ Fail: .../seagull/lib/SGL/tests/SessionTest.wdd.php -> Session Test -> testRunAs -> Identical expectation [NULL] fails with [String: ] with type mismatch as [NULL] does not match [String: ] at [.../seagull/lib/SGL/tests/SessionTest.wdd.php line 51] }}}

I suppose that according this change: [http://trac.seagullproject.org/changeset?new=branches%2F0.6-bugfix%2Flib%2FSGL%2FSession.php%404038&old=branches%2F0.6-bugfix%2Flib%2FSGL%2FSession.php%403897]

We also have to modify SessionTest.wdd.php(at line 51): [http://trac.seagullproject.org/browser/branches/0.6-bugfix/lib/SGL/tests/SessionTest.wdd.php?rev=3897#L51]

From: {{{ $this->assertIdentical($aStack, ''); }}}

To: {{{ $this->assertIdentical($aStack, null); }}}

Thanks.

demianturner commented 11 years ago

[demian] thanks for the heads up, i'll sort this.

demianturner commented 11 years ago

[demian] hey Yevgeniy - thanks for all these fixes, now all committed.