YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Fix "eval" issue and improve UT coverage for share library code #65

Closed wangjungithub closed 11 years ago

wangjungithub commented 11 years ago

This PR fix a issue that when we add "use strict" as JSLint required, "eval(ARROW.shareLibServerSeed);" doesn't work.

And we added some tests to improve code coverage of share library code.

The OAuth lib UT coverage is still under 50%, will be improved latter.