aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers/simple
Commit message (Collapse)AuthorAgeFilesLines
* Added various self-describing tests for codebaseJiri Vanek2013-04-1718-0/+1477
|
* adding Liveconnect reproducer for JS->J funtion resolution testsJana Fabrikova2013-04-105-0/+487
|
* adding JSToJFuncReturn reproducer (testing Liveconnect JS->J function return ↵Jana Fabrikova2013-04-105-0/+450
| | | | types)
* added annotation KnownToFail to reproducers JavascriptGet and ↵Jana Fabrikova2013-04-032-3/+3
| | | | JavascriptFuncParam
* adding new reproducer JavascriptFuncReturn for testing calling javascript ↵Jana Fabrikova2013-03-255-0/+236
| | | | functions with various return types from java
* adding new reproducer JavascriptSet that test setting javascript values from ↵Jana Fabrikova2013-03-255-0/+442
| | | | java
* adding new reproducer JavascriptGet for reading JS values from Java appletJana Fabrikova2013-03-255-0/+296
|
* adding JavascriptFuncParam reproducer for testing LiveConnect, calling JS ↵Jana Fabrikova2013-03-254-0/+443
| | | | functions from Java with various parameters
* adding few lines that enable/disable running LiveConnect tests in OperaJana Fabrikova2013-03-204-0/+61
|
* Added tests for German i18nJiri Vanek2013-03-131-47/+158
| | | | | | | | * tests/reproducers/simple/LocalesTest/testcases/LocalesTestTest.java: Enhanced to test also German localization . * tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java: Enhanced to handle de messages and be prepared for locales with one language but different nations
* Added test for hanging firefox by LaunchException and Improved ↵Jiri Vanek2013-02-135-85/+326
| | | | AddShutdownHookTest
* adding JSToJFuncParam reproducer for LiveConnect JS->Java function ↵Jana Fabrikova2013-02-125-0/+390
| | | | parameters tests
* adding JSToJTypeConv reproducer for LiveConnect tests setting java variables ↵Jana Fabrikova2013-02-125-0/+655
| | | | from JS
* modification of JSToJSet reproducer, added JSObject case and bug annotationsJana Fabrikova2013-02-063-26/+59
|
* 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
|
* Fix for PR1292: Javaws does not resolve versioned jar names with periods ↵Adam Domurad2013-01-304-0/+214
| | | | properly
* Fix for PR1198: JSObject passed incorrectly to JavascriptAdam Domurad2013-01-151-3/+0
|
* Minor code formatting & cosmetic changesAdam Domurad2013-01-042-38/+35
|
* additions to test-extensions needed for the new AWTFrameworkJana Fabrikova2012-12-181-1/+1
|
* Reproducer for PR1189Saad Mohammad2012-12-104-0/+205
|
* 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
* Firefox session-backup and stubs for softkiller, multiple listeners,Jiri Vanek2012-11-231-1/+1
| | | | processes handling moved to separate class.
* Adding forgotten files for PR1198 reproducerAdam Domurad2012-11-214-0/+228
|
* adding annotations of testcases to JSToJGet reproducerJana Fabrikova2012-11-201-1/+11
|
* Reproducer for PR1166Saad Mohammad2012-11-136-0/+418
|
* 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
|
* Adding new reproducer for LiveConnect JS->J "set" tests.Jana Fabrikova2012-10-295-0/+381
|
* Added clipboard reproducers (PR708)Jiri Vanek2012-10-266-0/+549
|
* Add automatic closing to AppletBaseURL testsAdam Domurad2012-10-162-29/+15
|
* Add automatic closing to AppletTakesLastParam browser testAdam Domurad2012-10-162-37/+23
|
* Modification of JSToJGet simple reproducer testcases for better readability.Jana Fabrikova2012-10-151-51/+30
|
* Adding a new simple reproducer JSToJGet for testing Liveconnect - getting ↵Jana Fabrikova2012-10-036-0/+823
| | | | members from Java side.
* Added rules listenersJiri Vanek2012-09-251-19/+32
|
* Added strict testJiri Vanek2012-09-071-10/+62
|
* Fixing several typos from previous push.Jiri Vanek2012-09-061-4/+4
|
* Fixing several errors which were causing incorrect behaviour causing correct ↵Jiri Vanek2012-09-052-22/+63
| | | | reproduction of PR905
* Added multiple-applets testsJiri Vanek2012-09-0515-3/+966
|
* Single instance support for jnlp-href and testsJiri Vanek2012-09-056-0/+635
|
* Added tests for PR905 - parameters in jnlp/html application/applet resourcesJiri Vanek2012-08-2311-0/+757
|
* Encoding reproducerJiri Vanek2012-08-1713-0/+891
|
* Fixed DeadlockTest and listeners forwardingJiri Vanek2012-08-171-4/+4
|
* Fixed wrong call in previous commit which was causing null process nameJiri Vanek2012-08-131-1/+0
|
* Reproducers of PR955Jiri Vanek2012-08-137-0/+742
|
* Fix PR955: regression: SweetHome3D fails to runDanesh Dadachanji2012-08-081-9/+11
|
* try to close browser before kill itJiri Vanek2012-07-113-26/+31
|
* Added missing headers for some testsJiri Vanek2012-07-027-1/+267
|