Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 294467 Details for
Bug 431955
Review Request: php-pear-Net-URL-Mapper - Simple and flexible way to build nice URLs for web applications
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for tests
Net_URL_Mapper-tests.patch (text/plain), 2.64 KB, created by
Remi Collet
on 2008-02-09 14:17:49 UTC
(
hide
)
Description:
patch for tests
Filename:
MIME Type:
Creator:
Remi Collet
Created:
2008-02-09 14:17:49 UTC
Size:
2.64 KB
patch
obsolete
>diff -up tests/run.orig tests/run >--- tests/run.orig 2008-02-09 15:06:47.000000000 +0100 >+++ tests/run 2008-02-09 15:05:52.000000000 +0100 >@@ -0,0 +1,4 @@ >+php /usr/share/pear/PHPUnit/TextUI/Command.php GenerationTest GenerationTest.php >+php /usr/share/pear/PHPUnit/TextUI/Command.php ExceptionTest ExceptionTest.php >+php /usr/share/pear/PHPUnit/TextUI/Command.php RecognitionTest RecognitionTest.php >+ >diff -up tests/GenerationTest.php.orig tests/GenerationTest.php >--- tests/GenerationTest.php.orig 2008-02-09 14:43:33.000000000 +0100 >+++ tests/GenerationTest.php 2008-02-09 14:58:22.000000000 +0100 >@@ -49,13 +49,13 @@ require_once 'Net/URL/Mapper.php'; > /** > * PHPUnit2 Test Case > */ >-require_once 'PHPUnit2/Framework/TestCase.php'; >+require_once 'PHPUnit/Framework/TestCase.php'; > > > /** > * URL generation tests for Net_URL_Mapper class > */ >-class GenerationTest extends PHPUnit2_Framework_TestCase >+class GenerationTest extends PHPUnit_Framework_TestCase > { > public function testAllStaticNoReqs() > { >@@ -409,4 +409,4 @@ class GenerationTest extends PHPUnit2_Fr > > > >-?> >\ Pas de fin de ligne à la fin du fichier. >+?> >diff -up tests/ExceptionTest.php.orig tests/ExceptionTest.php >--- tests/ExceptionTest.php.orig 2008-02-09 14:43:33.000000000 +0100 >+++ tests/ExceptionTest.php 2008-02-09 14:57:44.000000000 +0100 >@@ -49,12 +49,12 @@ require_once 'Net/URL/Mapper.php'; > /** > * PHPUnit2 Test Case > */ >-require_once 'PHPUnit2/Extensions/ExceptionTestCase.php'; >+require_once 'PHPUnit/Extensions/ExceptionTestCase.php'; > > /** > * URL recognition tests for Net_URL_Mapper class > */ >-class ExceptionTest extends PHPUnit2_Extensions_ExceptionTestCase >+class ExceptionTest extends PHPUnit_Extensions_ExceptionTestCase > { > public function setup() > { >@@ -158,4 +158,4 @@ class ExceptionTest extends PHPUnit2_Ext > $this->assertEquals(null, $m->match('/view/4/honker')); > } > } >-?> >\ Pas de fin de ligne à la fin du fichier. >+?> >diff -up tests/RecognitionTest.php.orig tests/RecognitionTest.php >--- tests/RecognitionTest.php.orig 2008-02-09 14:43:33.000000000 +0100 >+++ tests/RecognitionTest.php 2008-02-09 14:58:33.000000000 +0100 >@@ -49,13 +49,13 @@ require_once 'Net/URL/Mapper.php'; > /** > * PHPUnit2 Test Case > */ >-require_once 'PHPUnit2/Framework/TestCase.php'; >+require_once 'PHPUnit/Framework/TestCase.php'; > > > /** > * URL recognition tests for Net_URL_Mapper class > */ >-class RecognitionTest extends PHPUnit2_Framework_TestCase >+class RecognitionTest extends PHPUnit_Framework_TestCase > { > public function testAllFixed() > { >@@ -407,4 +407,4 @@ class RecognitionTest extends PHPUnit2_F > > > >-?> >\ Pas de fin de ligne à la fin du fichier. >+?>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 431955
:
294467
|
294468
|
294469