aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fix regression with trivially signed (eg, just META-INF/) jarsAdam Domurad2012-10-191-2/+2
|
* Major rework of JarCertVerifier certificate management.Danesh Dadachanji2012-10-222-2/+613
| | | | | | This is a long-planned rework of JarCertVerifier, allowing it to handle multiple certificates. The algorithms used to verify jars with multiple certificates vary between JNLPs and Applets.
* Add a @KnownToFailAdam Domurad2012-10-221-0/+2
|
* Renamed reproducers-related variables and targetsJiri Vanek2012-10-194-14/+14
|
* 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.
* Fixed missing package declarationAdam Domurad2012-09-261-1/+1
|
* Added rules listenersJiri Vanek2012-09-256-33/+455
|
* Added basic ClosingLIstener support, implementation and exampleJiri Vanek2012-09-2412-5/+422
|
* Add signed jnlp tests for applications with multiple jarsSaad Mohammad2012-09-0711-0/+775
|
* Added strict testJiri Vanek2012-09-071-10/+62
|
* Fixing several typos from previous push.Jiri Vanek2012-09-063-7/+7
|
* Fixing several errors which were causing incorrect behaviour causing correct ↵Jiri Vanek2012-09-056-31/+102
| | | | reproduction of PR905
* Added multiple-applets testsJiri Vanek2012-09-0517-3/+1138
|
* Single instance support for jnlp-href and testsJiri Vanek2012-09-056-0/+635
|
* Reproducer for PR920, linkage error sometimes occursAdam Domurad2012-08-287-0/+267
|
* Reproducer for PR1112, main class in signed jar loaded via INDEX.LISTAdam Domurad2012-08-285-0/+280
|
* Reproducer for PR1145, ClassCircularityError sometimes occurs when custom ↵Adam Domurad2012-08-273-0/+205
| | | | policy set.
* Added PR822 reproducerJiri Vanek2012-08-2713-1/+818
|
* Fixed long term failing unit-test, fixed NPE from ClassLoaderJiri Vanek2012-08-271-33/+178
| | | | | | | | | | | | | | | * netx/net/sourceforge/jnlp/NullJnlpFileException.java: new class to distinguish plain NPE from null jnlp file. * netx/net/sourceforge/jnlp/SecurityDesc.java: (getSandBoxPermissions) added throw of NullJnlpFileException in case of null jnlp file. * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (findClass) added Override annotation, add catch of NullJnlpFileException and re-throw of CNF exception. * tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java: (testResourceLoadSuccessCaching) (testResourceLoadFailureCaching) (testParentClassLoaderIsAskedForClasses) - internal JNLPFile's (getSecurity) null in SecurityDesc constructorrepalced by this. (testNullFileSecurityDesc) new test to ensure NPE in null JNLPFile case.
* Added tests for PR905 - parameters in jnlp/html application/applet resourcesJiri Vanek2012-08-2311-0/+757
|
* destroyProcess in ProcessAssassin is now calling sigInt instead of unwrapped ↵Jiri Vanek2012-08-211-8/+26
| | | | sigTerm