diff options
author | Andrew Azores <[email protected]> | 2013-08-12 10:00:49 -0400 |
---|---|---|
committer | Andrew Azores <[email protected]> | 2013-08-12 10:00:49 -0400 |
commit | 5dc7c8c389b80ccb9c6fe969fc4685554ce79bc3 (patch) | |
tree | 6bcd11b6b916fad868596c25b963fdbbb8de7b94 /ChangeLog | |
parent | bb8f5f619c6997ae24c6d08fe2804c9b3db2bf7f (diff) |
Refactored TinyHttpdImpl. Changed constructor, reflect this in ServerLauncher. Unit tests moved out of ServerAccessTest into new TinyHttpdImplTest. New unit tests added.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -1,4 +1,14 @@ -2013-08-01 Andrew Azores <[email protected]> +2013-08-12 Andrew Azores <[email protected]> + * tests/test-extensions/net/sourceforge/jnlp/TinyHttpdImpl.java: refactored + * tests/test-extensions/net/sourceforge/jnlp/ServerLauncher.java: + TinyHttpdImpl constructor changed, reflecting this here + * tests/test-extensions-tests/net/sourceforge/jnlp/ServerAccessTest.java: + removed TinyHttpdImpl tests + * tests/test-extensions-tests/net/sourceforge/jnlp/TinyHttpdImplTest.java: + new unit tests for TinyHttpdImpl and moved old tests out of + ServerAccessTest + +2013-08-01 Andrew Azores <[email protected]> * .hgignore: ignore generated HTML files (from AboutDialog) @@ -22,7 +32,7 @@ should be served by test server in reproducers run and so prevent FNF exception * ChangeLog: fixed few entries below (added emty line between author and body) -2013-07-25 Andrew Azores <[email protected]> +2013-07-25 Andrew Azores <[email protected]> * netx/net/sourceforge/jnlp/about/AboutDialog.java (AboutDialog, display): removed "throws IOException" @@ -35,7 +45,7 @@ * netx/net/sourceforge/jnlp/splashscreen/impls/DefaultSplashScreens2012Commons.java: same -2013-07-22 Andrew Azores <[email protected]> +2013-07-22 Andrew Azores <[email protected]> * netx/net/sourceforge/jnlp/runtime/RhinoBasedPacEvaluator.java: (getProxiesWithoutCaching) added java.vm.name read permission to fix |