Gitiles
Code Review
Sign In
git.eclipse.org
/
jsf
/
webtools.jsf.tests
/
2e04e1704b7b20f79c40adbe2405cef948074642
2e04e17
More cleanup
by gkessler
· 17 years ago
54bf6cf
Fix failing Junits on build machine
by gkessler
· 17 years ago
33e99ab
change ant target to ui-test
by rsrinivasan
· 17 years ago
dfb74a8
removed readme.txt file
by rsrinivasan
· 17 years ago
a008ef8
Large set of changes mostly related to: [206100] Enhancements to the WPE Property pages. This is the first checkin. Cleanup and other improvements to come.
by gkessler
· 17 years ago
50afcc1
Set feature version to 2.0, add webpageeditor feature to map
by rsrinivasan
· 17 years ago
c84f748
Patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=198984 with formatting and additional test coverage.
by cbateman
· 17 years ago
d796491
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=210044 plus regression coverage of the fully qualified class name in faces config files.
by cbateman
· 17 years ago
4cbddc2
Removed unnecessary SuppressWarnings.
by cbateman
· 17 years ago
f6986b5
Removed unnecessary SuppressWarnings that are no (JDT 3.4) being flagged as warnings themselves.
by cbateman
· 17 years ago
4f3882e
Bumping up the version on the dependency on org.eclipse.core.runtime.compatibility
by rsrinivasan
· 17 years ago
5e93496
Manifests updated for EMF version changes
by gkessler
· 17 years ago
fe0b3ca
Fixes issue where some tests were failing due to a difference in end tag style between RI and Myfaces. Added a hack that ensures that for affected tests, empty tags have their end tag removed as in <f:param />. Also removed the defaulting of the for required attribute on the outputLabel's.
by cbateman
· 17 years ago
1ea3542
Fixed internal deprecation, unchecked generics and unused import warnings.
by cbateman
· 17 years ago
3335427
[wtp-releng] Need to attend to EMF pre-req ranges
by itrimble
· 17 years ago
36bb6d4
Removed deprecation warning suppression accidently added.
by cbateman
· 17 years ago
15ab4ca
Suppressed unnecessary generics warnings.
by cbateman
· 17 years ago
85f0d58
Warnings suppression.
by cbateman
· 17 years ago
a55e226
Turned off generics warnings since most of this code was genned for Java 1.4.
by cbateman
· 17 years ago
bec1579
Added a deprecation suppress warnings.
by cbateman
· 17 years ago
5b3c897
Use non-deprecated IMPLEMENTATION_TYPE enum
by gkessler
· 17 years ago
a739d4d
Cleared generic type warnings.
by cbateman
· 17 years ago
c2aa80d
Fixed generics and unused variables warnings.
by cbateman
· 17 years ago
7eb4c9e
Cleared some warnings in the content assist test cases.
by cbateman
· 17 years ago
959b235
Fix to make testGetJSFImplementationLibraries independent of what other JSF lib-affecting test cases have been run before it.
by cbateman
· 17 years ago
6cc2407
[188934] - [API] review and cleanup JSF Lib Configuration provisional APIs
by gkessler
· 17 years ago
5427fee
Fix for tests impacted by fix for bug# 203307.
by itrimble
· 17 years ago
2d67456
Fix for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=190671 based on patch.
by cbateman
· 17 years ago
6dab503
Version fix
by rsrinivasan
· 17 years ago
eee6863
Downgraded some warning severities to reduce useless warning count.
by cbateman
· 17 years ago
7921e35
Loosened severity on warnings to reduce superfluous warning count.
by cbateman
· 17 years ago
28ab73e
loosened severities a bit to clear out some unhelpful warnings.
by cbateman
· 17 years ago
f32a06b
Regression test changes for https://bugs.eclipse.org/bugs/show_bug.cgi?id=204203
by cbateman
· 17 years ago
ed3a612
Change Version to 1.0.1
by rsrinivasan
· 17 years ago
7aba4b4
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=203145. Changes the way the JSPModelProcessor works so that it triggers off of IResource changes rather than IStructuredModel events. This has the benefit that the IStructuredModel doesn't need to be held open for long periods and can quickly release resources. LifecycleListener has been changed to support listening for events on multiple resources so that only one listener is needed for all resources watched by JSPModelProcessors.
by cbateman
· 17 years ago
ec0abde
Fixes failing JUnit on build machine (203266)
by gkessler
· 17 years ago
2ec754a
PMC approved patch2 for https://bugs.eclipse.org/bugs/show_bug.cgi?id=199480.
by cbateman
· 17 years ago
59bea66
Updated JUnit test for nls
by gkessler
· 17 years ago
c6f7560
Accidently reverted these in check in for bug 199480. Recommit to head.
by cbateman
· 17 years ago
aecdddf
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=200867.
by cbateman
· 17 years ago
e5b65a0
[202537] Failing JUnit tests on Linux Build machine
by gkessler
· 17 years ago
1873bd4
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=199480.
by cbateman
· 17 years ago
52ed15a
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=199480.
by cbateman
· 17 years ago
7821600
Added an @suppresswarnings for unchecked generics.
by cbateman
· 17 years ago
7625b14
Removed unused import.
by cbateman
· 17 years ago
11b95c2
Added a suppress generics annotation.
by cbateman
· 17 years ago
495f6b9
Fixed some compile warnings.
by cbateman
· 17 years ago
ee6e1d8
Added unchecked warning suppression.
by cbateman
· 17 years ago
8f198c6
Fixed unchecked generic warning.
by cbateman
· 17 years ago
ff73614
Updated build file for pagedesigner.tests (currently not in the build).
by cbateman
· 17 years ago
1a786da
Stubbing out failing tests related to: https://bugs.eclipse.org/bugs/show_bug.cgi?id=202537
by gkessler
· 17 years ago
bced3f6
fix for failing JSF JUnits wrt resourceBundles on linux build machine. Probably also fixes https://bugs.eclipse.org/bugs/show_bug.cgi?id=181751.
by gkessler
· 17 years ago
ced9757
(Possibly) temporary check-in to diagnose build issue with resource bundles. (9/5/07)
by gkessler
· 17 years ago
6a29d30
Changed to ui-test from core-test to accommodate new regression tests that make use of workbench. Also fixed some minor warnings in TestResourceBundleMapSource.
by cbateman
· 17 years ago
92b32eb
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=199295.
by cbateman
· 17 years ago
6a13ce8
[200719] validation error if the attribute value has "%" +
by gkessler
· 17 years ago
c1b11a0
Partial fix for critical part of https://bugs.eclipse.org/bugs/show_bug.cgi?id=197506.
by cbateman
· 17 years ago
2d01455
Manifest updates to allow page designer tests plug-in full access to various packages.
by itrimble
· 17 years ago
88a56dc
Initial checkin.
by itrimble
· 17 years ago
5c55518
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=196760 plus additional test cases.
by cbateman
· 17 years ago
6b1e88f
Fix forhttps://bugs.eclipse.org/bugs/show_bug.cgi?id=195867.
by cbateman
· 17 years ago
cd9e478
Added cleanup code for when a bundle source is deleted and added regression test.
by cbateman
· 17 years ago
82c174b
JUnits for coverage in MD and JSF Lib Reg areas.
by gkessler
· 17 years ago
1ab197f
Fix for test breakage.
by cbateman
· 17 years ago
6626acc
code coverage JUnits for jsf.core
by gkessler
· 17 years ago
ae339c6
Fix absolute offsets of variable attributes in testCreate.
by cbateman
· 17 years ago
410d813
Fixed line termination problem be changing absolute offset of view.
by cbateman
· 17 years ago
7507f58
Updated test offsets to take account of the source files being binary instead of ascii.
by cbateman
· 17 years ago
9dc6725
Test-only change to add tracing for a problem that doesn't reproduce locally.
by cbateman
· 17 years ago
705693e
General test coverage improvement for frameworks and API.
by cbateman
· 17 years ago
4d3d221
Test coverage for wildcard capture.
by cbateman
· 17 years ago
fdbd990
Test updates for el validation to add additional coverage.
by cbateman
· 17 years ago
8e67965
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=194814. Split the warning for intermediate props into a separate class of warning.
by cbateman
· 17 years ago
1664c91
[Bug 191564] Design flaw in metadata 'include-entity-group' functionality
by gkessler
· 18 years ago
610de63
[Bug 188723] [API] Cleanup Metadata provisional APIs
by gkessler
· 18 years ago
a02c9d4
PMC approved changed https://bugs.eclipse.org/bugs/show_bug.cgi?id=191310.
by cbateman
· 18 years ago
ab05630
190714:add the about.html to the build.properties
by rsrinivasan
· 18 years ago
092afbe
Applying pmc_approved patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=179868.
by cbateman
· 18 years ago
3fe4d80
Patch fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=190564.
by cbateman
· 18 years ago
d6c2fad
190714 - license updates
by rsrinivasan
· 18 years ago
6410473
190850 - junit failures
by rsrinivasan
· 18 years ago
25801ea
[190374] Build Issues for S-2.0RC2-20070531
by gkessler
· 18 years ago
f60e99c
Removed two plugins that aren't ready to be released yet.
by cbateman
· 18 years ago
da10cda
About+licence patch : 189560
by rsrinivasan
· 18 years ago
f758416
[189321] some manifest.mf/plugin.xml cleanup
by gkessler
· 18 years ago
d56c43d
Added testdata folder to the build.properties.
by cbateman
· 18 years ago
8f4a0c4
Added facesconfig.tests and validation.el.tests to the test feature.
by cbateman
· 18 years ago
abc93fe
Changes to integrate into build tests.
by cbateman
· 18 years ago
62f32e3
Fix for 166536 - [API] Need to cleanup manifests
by gkessler
· 18 years ago
0396454
Changed the main suite to AllTests.
by cbateman
· 18 years ago
e205081
Removed a catch(Exception) in favour of fast fail on the unit test.
by cbateman
· 18 years ago
c2a9705
Updated so 2.5 web facet is used for Faces 1.2 projects.
by cbateman
· 18 years ago
2384b26
https://bugs.eclipse.org/bugs/show_bug.cgi?id=174731
by rsrinivasan
· 18 years ago
e14971a
Applied patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=187529
by rsrinivasan
· 18 years ago
5edbb16
MD Cleanup - not completed
by gkessler
· 18 years ago
817cdaf
Patch https://bugs.eclipse.org/bugs/attachment.cgi?id=64528 from https://bugs.eclipse.org/bugs/show_bug.cgi?id=163890.
by cbateman
· 18 years ago
0fbedc3
Basic enumeration support.
by cbateman
· 18 years ago
b381949
Changed the Ant recipe for testing from core-test to ui-test.
by cbateman
· 18 years ago
beaa43d
JUnit fix for boolean type
by gkessler
· 18 years ago
8ecd988
set version to 1.0
by rsrinivasan
· 18 years ago
Next »