Skip to content

Commit 853e8ff

Browse files
committed
Fix typos on unit tests to fix error from #98.
1 parent 979247f commit 853e8ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/fixtures/command-line/help-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-p, --private keep the test hidden from the test log
1616
-L, --label <label> label for the test
1717
-i, --onload stop test at document complete. typically, tests run until all activity stops
18-
-S, --noscript disable javascript (IE, Chrome, Firefox)
18+
-S, --noscript disable JavaScript (IE, Chrome, Firefox)
1919
-C, --clearcerts clear SSL certificate caches
2020
-R, --ignoressl ignore SSL certificate errors, e.g. name mismatch, self-signed certificates, etc
2121
-T, --standards forces all pages to load in standards mode (IE only)
@@ -41,7 +41,7 @@
4141
-H, --noheaders disable saving of the http headers (as well as browser status messages and CPU utilization)
4242
-b, --block <urls> space-delimited list of urls to block (substring match)
4343
-Z, --spof <domains> space-delimited list of domains to simulate failure by re-routing to blackhole.webpagetest.org to silently drop all requests
44-
-c, --custom <script> execute arbitrary javascript at the end of a test to collect custom metrics
44+
-c, --custom <script> execute arbitrary JavaScript at the end of a test to collect custom metrics
4545
-a, --authtype <type> type of authentication: 0 = Basic, 1 = SNS [0]
4646
-n, --notify <e-mail> e-mail address to notify with the test results
4747
-B, --pingback <url> URL to ping when the test is complete (the test ID will be passed as an "id" parameter)

0 commit comments

Comments
 (0)