Fix a typo in Test-Proto.py

This commit is contained in:
Zihang Chen 2014-03-13 12:19:05 +08:00 committed by Giuseppe Scrivano
parent 31e5f33b5e
commit 82f44f303a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-03-13 Zihang Chen <chsc4698@gmail.com>
* Test-Proto.py: Fix a typo (line 71: server to servers).
2014-03-13 Zihang Chen <chsc4698@gmail.com>
* WgetTest.py: Move WgetFile to package misc.

View File

@ -68,7 +68,7 @@ err = HTTPTest (
pre_hook=pre_test,
test_params=test_options,
post_hook=post_test,
server=Servers
servers=Servers
).begin ()
exit (err)