Development

#2643 (Defective link in Unit Testing documentation)

You must first sign up to be able to contribute.

Ticket #2643 (closed documentation: fixed)

Opened 1 year ago

Last modified 1 year ago

Defective link in Unit Testing documentation

Reported by: autoreverse Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.0.0
Keywords: Cc:
Qualification: Ready for core team

Description

Clicking the link http://trac.symfony-project.com/browser/trunk/test sends the visitor to http://trac.symfony-project.ORG/browser/trunk/test .

The repository is at http://trac.symfony-project.COM/browser/trunk/test as the link appears to show.

Change History

12/20/07 14:47:43 changed by Pascal.Borreli

  • status changed from new to closed.
  • resolution set to worksforme.

the link http://trac.symfony-project.com/browser/trunk/test is ok for me.

It has probably been fixed by fabien.

12/20/07 15:49:01 changed by autoreverse

@Pascal. Thanks for looking at this but it has not been fixed in either the live or development versions.

The link is at the bottom of the last paragraph of the first section of http://www.symfony-project.org/book/dev/15-Unit-and-Functional-Testing entitled "Automated Tests".

The paragraph reads:

"The symfony framework applies this principle to itself. The internals of the framework are validated by automated tests. These unit and functional tests are not bundled with the standard symfony distribution, but you can check them out from the SVN repository or browse them online at {THE_DUD_LINK}"

Click the link on that page and you'll get a nice tidy 404.

:)

12/20/07 16:46:54 changed by Pascal.Borreli

  • qualification changed from Unreviewed to Ready for core team.

Indeed,

<a href="http://trac.symfony-project.org/browser/trunk/test">http://trac.symfony-project.com/browser/trunk/test</a>

should be replaced by

<a href="http://trac.symfony-project.com/browser/trunk/test">http://trac.symfony-project.com/browser/trunk/test</a>

Thanks

12/20/07 16:48:52 changed by fabien

  • resolution changed from worksforme to fixed.

(In [6618]) fixed typo (closes #2643)

12/20/07 16:51:18 changed by fabien

in r6619