diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-02-20 08:45:59 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-02-20 08:45:59 -0500 |
commit | c1e198e7213d42025f9184aacb10fc58776cdbf3 (patch) | |
tree | 5a151c2487af8fc0daa3d9359c79b413318062e8 /tests/session/continue_test.php | |
parent | f3ab9da0e9a79948f4ae87f1f960792daa90853f (diff) | |
download | forums-c1e198e7213d42025f9184aacb10fc58776cdbf3.tar forums-c1e198e7213d42025f9184aacb10fc58776cdbf3.tar.gz forums-c1e198e7213d42025f9184aacb10fc58776cdbf3.tar.bz2 forums-c1e198e7213d42025f9184aacb10fc58776cdbf3.tar.xz forums-c1e198e7213d42025f9184aacb10fc58776cdbf3.zip |
[ticket/10049] Mark session continue test incomplete for now.
I am unable to find any code revision in which this test worked.
Thus to not break the entire suite I mark it incomplete.
PHPBB3-10049
Diffstat (limited to 'tests/session/continue_test.php')
-rw-r--r-- | tests/session/continue_test.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/session/continue_test.php b/tests/session/continue_test.php index e5b2b7258e..ac682e06ac 100644 --- a/tests/session/continue_test.php +++ b/tests/session/continue_test.php @@ -51,6 +51,8 @@ class phpbb_session_continue_test extends phpbb_database_test_case */ public function test_session_begin_valid_session($session_id, $user_id, $user_agent, $expected_sessions, $expected_cookies, $message) { + $this->markTestIncomplete('Test needs to be fixed'); + $session = new phpbb_mock_session_testable; $session->page = array('page' => 'page', 'forum' => 0); |