File: 0003-Drop-failing-test.patch

package info (click to toggle)
php-zeta-console-tools 1.7-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,680 kB
  • sloc: php: 14,911; xml: 3,111; makefile: 16; sh: 7
file content (22 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Wed, 23 Mar 2016 15:55:30 -0400
Subject: Drop failing test

Forwarded: no
---
 tests/table_test.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/table_test.php b/tests/table_test.php
index a1309f8..f48e5bb 100644
--- a/tests/table_test.php
+++ b/tests/table_test.php
@@ -817,8 +817,6 @@ class ezcConsoleTableTest extends ezcTestCase
         $table[0] = new ezcConsoleTableRow();
 
         $this->assertEquals( new ezcConsoleTableRow(), $table[0] );
-        // Test for bug #10710
-        $this->assertEquals( "test", ( $table[][0]->format = "test" ) );
     }
 
     public function testOffsetGetFailure()