codegooglecom / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Test suite needed #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need to have some method to test our functionality.  A simple shell
script test suite should be sufficient for now.  It should test (at minimum):
1. Using envvar to set config.
2. Each of the ignore patterns outlined at
http://code.google.com/p/libproxy/wiki/IgnorePatterns
3. other stuff?

Original issue reported on code.google.com by npmccallum@gmail.com on 24 Oct 2008 at 2:48

GoogleCodeExporter commented 9 years ago
Working on it.

Original comment by jeffschroed on 24 Oct 2008 at 6:29

GoogleCodeExporter commented 9 years ago
Committed initial go in revision #298 and #299. Still need to fully flesh this 
out
before closing ticket.

Original comment by jeffschroed on 17 Dec 2008 at 5:45

GoogleCodeExporter commented 9 years ago
Jeff,
I commited a small test for pac file parsing. It grabs the file from the
code.google.com site (needs to be hosted / reachable by http).

The test uses 'any' js parser available (firefox or webkit at the moment). Will 
try
to extend the test to split it out, forcing on which engine to test.

commited as #307

Original comment by dominiqu...@gmail.com on 27 Feb 2009 at 10:40

GoogleCodeExporter commented 9 years ago
A suite exists now...

Original comment by npmccallum@gmail.com on 12 Aug 2009 at 2:25