aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* JSToJGet reproducer modification, adding JSObject testcaseJana Fabrikova2013-02-065-35/+40
|
* Another renamed conflict file for case insensitive systemsJiri Vanek2013-02-052-1/+1
| | | | | | | | | * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1E_x_2s.html Renamed to ParallelAppletsTest_1_x_2EE.html * tests/reproducers/simple/CountingApplet1/resources/ParallelAppletsTest_1EE_x_2s.html new file. * tests/reproducers/simple/CountingApplet1/testcases/ParallelAppletsTest.java: (testParallelAppletsTest1Ex2s) adapted to renaming
* Renamed conflict file for case insensitive systemsJiri Vanek2013-01-312-1/+1
|
* Add unit tests for locales and locales fixedJiri Vanek2013-01-301-0/+244
| | | | | | | | * netx/net/sourceforge/jnlp/resources/Messages.properties: * netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties: Added missing, filled empty and removed dangling items * tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java: New unittest for missing, empty, duplicate or dangling locales.
* Fix for PR1292: Javaws does not resolve versioned jar names with periods ↵Adam Domurad2013-01-305-0/+257
| | | | properly
* Splashscreen error report made more detailed by stored LaunchErrorsJiri Vanek2013-01-301-4/+5
| | | | | | | | | | | | | | | * netx/net/sourceforge/jnlp/LaunchException.java: (LaunchExceptionWithStamp) new inner class for storing timestamp togetehr with error. (launchExceptionChain) new static list to capture LaunchErrors during runtime. * /netx/net/sourceforge/jnlp/resources/Messages.properties: * netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties: Added explanation string * netx/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialog.java: Is now displaying launchExceptionChain in its error report and is copying it to clipboard. * tests/unit/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialogTest.java: (getTextTest) adapted calls of getText for new Date.
* Unit tests for PR1198: JSObject not passed correctly to JavascriptAdam Domurad2013-01-151-0/+185
|
* Fix for PR1198: JSObject passed incorrectly to JavascriptAdam Domurad2013-01-151-3/+0
|
* First part of fix of recreating desktop iconJiri Vanek2013-01-101-0/+188
| | | | Another fix can be addition of buttons like always/never
* Logging methods made synchronizedJiri Vanek2013-01-091-9/+14
|
* Minor code formatting & cosmetic changesAdam Domurad2013-01-042-38/+35
|
* Fix CodeBaseClassLoaderTest.testParentClassLoaderIsAskedForClassesApplicationAdam Domurad2013-01-032-2/+4
|
* Fixed unittest for InformationElementJiri Vanek2013-01-031-1/+1
|
* Fixed unittest for InformationElementJiri Vanek2013-01-021-1/+1
|
* Fixed typo taget -> targetJiri Vanek2012-12-242-3/+3
|
* Clean up NP_Initialize; add more C++ unit testsAdam Domurad2012-12-211-0/+92
|
* Forgotten condition for AviationWeather first runJiri Vanek2012-12-211-1/+9
|
* PR909: Unit test fixSaad Mohammad2012-12-201-5/+7
|
* C++ unit testing: Add a tracked-allocation implementation of operator-newAdam Domurad2012-12-205-4/+239
| | | | | Two tests that catch memory leaks are also added. For the purposes of verifying the patch works, the fix is in a separate changeset.
* Added and applied Remote annotation, added Remote tests.Jiri Vanek2012-12-208-15/+495
|
* Cleaned unit-tests in ↵Jiri Vanek2012-12-181-106/+80
| | | | tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java
* additions to test-extensions needed for the new AWTFrameworkJana Fabrikova2012-12-183-5/+57
|
* Added jacoco code coverage supportJiri Vanek2012-12-113-0/+737
| | | | | | | Note - in time of this commit one needs custom build of jacoco containing the xboot.patch form approving discussion: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121127/ba8f6a1e/xboot-0001.patch The tracking of upstraming can be found on jacoco page.
* Unit tests for PR1189Saad Mohammad2012-12-101-0/+20
|
* Reproducer for PR1189Saad Mohammad2012-12-104-0/+205
|
* Remove redundant HTML-tag scanner from ITW. Do not reconstruct tags.Adam Domurad2012-12-045-24/+311
|
* Fixed logging bottleneckJiri Vanek2012-12-032-4/+43
| | | | | Xml logging is now filtering not-unicode characters. Logging have more propper test-method recognition
* Added browser softkiller and related Makefile.Pavel Tisnovsky2012-12-033-1/+453
|
* Refactor IcedTeaPluginUtilities::javaResultToNPVariant into multiple functionsAdam Domurad2012-11-301-0/+36
|
* C++ unit testing: Simple mocking of browser-table functionsAdam Domurad2012-11-303-2/+141
|
* Better error reporting from appletsJiri Vanek2012-11-272-0/+312
| | | | | * netx/net/sourceforge/jnlp/NetxPanel.java: (init) ErrorSplash is shown if fatal exception is cough
* Fixed epiphany switchJiri Vanek2012-11-271-1/+1
| | | | * tests/test-extensions/net/sourceforge/jnlp/browsertesting/browsers/Epiphany.java: -new-tab fixed to --new-tab
* Firefox session-backup and stubs for softkiller, multiple listeners,Jiri Vanek2012-11-2313-123/+695
| | | | processes handling moved to separate class.
* Adding forgotten files for PR1198 reproducerAdam Domurad2012-11-214-0/+228
|
* Unit test integration for UnitTest++ with icedtea-webAdam Domurad2012-11-212-0/+153
|
* Add UnitTest++ source code into ITW, without integration.Adam Domurad2012-11-2146-0/+2074
|
* adding annotations of testcases to JSToJGet reproducerJana Fabrikova2012-11-201-1/+11
|
* Unit tests for PR1166Saad Mohammad2012-11-133-1/+286
|
* Reproducer for PR1166Saad Mohammad2012-11-136-0/+418
|
* Reproducer for DownloadServiceSaad Mohammad2012-11-084-0/+850
|
* Added cz_CS locales with testJiri Vanek2012-11-021-0/+281
|
* Splashscreen integrated to javaws and pluginJiri Vanek2012-11-022-1/+1
|
* Simplifying the testcases output in JSToJSet and JSToJGet reproducers.Jana Fabrikova2012-10-312-27/+25
|
* Reproducer for PR1186Omair Majid2012-10-293-0/+160
| | | | | Add a reproducer to verify that deployment properties are available to jnlp applications as system properties.
* PR1186: System.getProperty("deployment.user.security.trusted.cacerts") is nullOmair Majid2012-10-291-0/+72
| | | | | Copy deployment configration read into system properties so it is visibile to target programs.
* Adding new reproducer for LiveConnect JS->J "set" tests.Jana Fabrikova2012-10-295-0/+381
|
* Added clipboard reproducers (PR708)Jiri Vanek2012-10-2615-0/+1331
|
* KnownToFail texts are now bold in html reportJiri Vanek2012-10-231-3/+3
|
* Revise MultipleSignaturesTest to demonstrate PR822Adam Domurad2012-10-228-31/+85
|
* Reproducer for PR822Adam Domurad2012-10-228-0/+483
|