diff --git a/README.md b/README.md index b72c1e7..f427fe2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Build up your application through simple interfaces and re-use your application ##WebSocket Compliance * Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time) -* Tested on Chrome 13 - 19, Firefox 6 - 12, Safari 5.0.1+, iOS 4.2, iOS 5 +* Tested on Chrome 13 - 20, Firefox 6 - 12, Safari 5.0.1+, iOS 4.2, iOS 5 ##Requirements @@ -26,6 +26,8 @@ User and API documentation is available on Ratchet's website: http://socketo.me See https://github.com/cboden/Ratchet-examples for some out-of-the-box working demos using Ratchet. +Need help? Have a question? Want to provide feedback? Write a message on the [Google Groups Mailing List](https://groups.google.com/forum/#!forum/ratchet-php). + --- ###A quick server example diff --git a/tests/ab-wstest-fuzzyconf.json b/tests/ab-wstest-fuzzyconf.json index cf948c1..e0ce6f3 100644 --- a/tests/ab-wstest-fuzzyconf.json +++ b/tests/ab-wstest-fuzzyconf.json @@ -10,7 +10,5 @@ , "cases": ["*"] , "exclude-cases": ["1.2.*", "2.3", "2.4", "2.6", "9.2.*", "9.4.*", "9.6.*", "9.8.*"] - , "nolimit-exclude-cases": ["9.*"] - , "limit-exclude-cases": ["2.*", "3.*", "4.*", "5.*", "6.*", "7.*", "8.*", "9.2.*", "9.3.*", "9.4.*", "9.5.*", "9.6.*", "9.7.*", "9.8.*"] , "exclude-agent-cases": {} }