diff options
author | Jiri Vanek <[email protected]> | 2012-03-19 18:46:05 +0100 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-03-19 18:46:05 +0100 |
commit | 7ab685d068db6f1cbe8a74784b0e43f7e9727fd3 (patch) | |
tree | d729b4d962b217318dcdcd10a13d01ac714bd273 | |
parent | 1cc283b4a384c659a413006adb471441491ddf5d (diff) |
Fixed chanagelog to fit 80chars column
-rw-r--r-- | ChangeLog | 55 |
1 files changed, 31 insertions, 24 deletions
@@ -1,35 +1,41 @@ 2012-03-19 Jiri Vanek <[email protected]> * tests/jnlp_tests/signed/CacheReproducer/testcases/CacheReproducerTest.java: - as javaws have now integrated splash, I have changed this test to lunch javaws - -Xclearcache with -headless to skip this logo (although it is not fatal fr testrun itself) - * tests/jnlp_tests/simple/AppletTest/resources/appletAutoTests.html: this html - file is lunched during tests run in browser and stdout of lunched applet is - examined. Is lunched with slow resources to test spalshscreen + as javaws have now integrated splash, I have changed this test to lunch + javaws -Xclearcache with -headless to skip this logo (although it is + not fatal fr testrun itself) + * tests/jnlp_tests/simple/AppletTest/resources/appletAutoTests.html: + this html file is lunched during tests run in browser and stdout of + lunched applet is examined. Is lunched with slow resources to test + spalshscreen * tests/jnlp_tests/simple/AppletTest/resources/appletViewTest.html: this - test html file is dedicated to manual lunch and let user to look how the applet - (with slow loading) is loaded and how looks splashscreen in small mode and in large mode - * tests/jnlp_tests/simple/AppletTest/testcases/AppletTestTests.java: test is enriched - for lunching the html file with applet in browser and is examining output of this file. - Browser must be always terminated as there is no way how to close from inside - * tests/jnlp_tests/simple/simpletest1/resources/netxPlugin.png : image to let user - observe that user-defined splashscreen is still working even when internal splashscreen is enabled - * tests/jnlp_tests/simple/simpletest1/resources/simpletestCustomSplash.jnlp: this and all jnlp - files below are just for manual lunching and for watching various lunches of splash - screen - slow loading of resources and with custom splash + test html file is dedicated to manual lunch and let user to look how the + applet (with slow loading) is loaded and how looks splashscreen in + small mode and in large mode + * tests/jnlp_tests/simple/AppletTest/testcases/AppletTestTests.java: + test is enriched for lunching the html file with applet in browser and + is examining output of this file. Browser must be always terminated as + there is no way how to close from inside + * tests/jnlp_tests/simple/simpletest1/resources/netxPlugin.png: + image to let user observe that user-defined splashscreen is still + working even when internal splashscreen is enabled + * tests/jnlp_tests/simple/simpletest1/resources/simpletestCustomSplash.jnlp: + this and all jnlp files below are just for manual lunching and for + watching various lunches of splash screen - slow loading of resources + and with custom splash * tests/jnlp_tests/simple/simpletest1/resources/simpletestMegaSlow.jnlp: slow loading of resource and (XslowX)jnlp also * tests/jnlp_tests/simple/simpletest1/resources/simpletestSlow.jnlp: slow loading of resource * tests/jnlp_tests/simple/simpletest1/resources/simpletestSlowBrokenCustomSplash.jnlp: - slow loading of resource with broken user's splash (our internal will be used) + slow loading of resource with broken user's splash (our internal will be used) * tests/jnlp_tests/simple/simpletest1/resources/simpletestSlowSlowCustomSplash.jnlp: - slow loading of custom splash screen and resource + slow loading of custom splash screen and resource * tests/netx/jnlp_testsengine/net/sourceforge/jnlp/ServerAccess.java: - Main server launcher was modified to support lunching of browser, - stdout listteners and for slowing download of resources to provide time for watching - splash screen - (main) was rewritten to provide free port OR run server in-D specified directory on - custom or default port - very useful for debuging reproducers + Main server launcher was modified to support lunching of browser, + stdout listteners and for slowing download of resources to provide time + for watching splash screen (main) was rewritten to provide free port OR + run server in-D specified directory on custom or default port - very + useful for debuging reproducers (getIndependentInstance) can now run also on specified port and (or) directory (USED_BROWSER_COMMAND) new constant handling value of -D property to set browser = "used.browser.command"; @@ -37,8 +43,9 @@ (by used.browser.command -D property) or default browser location (firefox) (ensureServer) test is testing weather XslowXmodifier is working (executeBrowser) set of overloaded functions to lunch browser - (TinyHttpdImpl) was enriched for XslowX modifier. When resource starts with this, - is returned slowly - splited to 10 parts with 1s delay betwen sending each of them. + (TinyHttpdImpl) was enriched for XslowX modifier. When resource starts + with this, is returned slowly - splited to 10 parts with 1s delay + betwen sending each of them. Although it is throwing BrokenPipe exception, is working fine. (splitArray) new function to split array of byte to n arrays of bytes, which when concated do the same array |