Gitiles
Code Review
Sign In
git.eclipse.org
/
jsf
/
webtools.jsf.tests
/
d7e8c9a5e1f2f2832d81cb4d64e18f235580a64b
/
jsf
d7e8c9a
Fix test breakage due to changes around the default severity of missing vars and where JSP tag libraries are resolved from.
by cbateman
· 15 years ago
4e581f9
[bug 301862] Change default severity of a missing variable to ignore.
by cbateman
· 15 years ago
7a20268
295246 - [JSF2.0]- FacesConfig model update
by gkessler
· 15 years ago
de187e5
Bug 305583 - Version failure in 3.2 M6 milestone build
by rsrinivasan
· 15 years ago
9433dd8
Revert JUnit4-specific stuff to get a build going.
by cbateman
· 15 years ago
12fa6b4
Wrap all tests in the JUnit4TestAdapter. Hopefully this will fix the breakage in this suite.
by cbateman
· 15 years ago
4956371
Fix MockResource to match new IResource methods.
by cbateman
· 15 years ago
d5abd9e
Updated thread-safe PaletteItemMgr using ITagRegistries. Palette now also reacts to tag libs coming and going from the classpath.
by gkessler
· 15 years ago
8ae5ad4
Add new IResource.isFiiltered to MockResource.
by cbateman
· 15 years ago
6d97e1e
Update version
by rsrinivasan
· 15 years ago
096dd8d
Complete refactoring and JUnit test coverage of the JSFUtils family of utility classes.
by cbateman
· 15 years ago
02ded67
Add MockBundle, update MockDataModel and provide encoding toString option on TestFileResource.
by cbateman
· 15 years ago
ae48d29
fix dependency on junit4
by rsrinivasan
· 15 years ago
da48e26
Fix bundle dependency version errors
by rsrinivasan
· 15 years ago
59ebadd
Add JSF 2.0 Facet, install support and presets.
by cbateman
· 15 years ago
7d16f53
Add some mock objects.
by cbateman
· 15 years ago
7b72e73
Suppress JSF Library deprecation warnings.
by cbateman
· 15 years ago
1ea91d2
Suppress deprecation warnings on test cases for JSFLibrary.
by cbateman
· 15 years ago
6be0ae4
[303662] Memory leak in metadata framework with a null project context
by gkessler
· 15 years ago
055d14c
Change strategy composite to make more flexible.
by cbateman
· 15 years ago
c32028c
Remove JUnit 4 upper bound dependency so tests can be run under Helios.
by cbateman
· 15 years ago
f170142
[302333] Tag Drop Customizer for JSP Category Tags Unavailable - PMC Approved
by gkessler
· 15 years ago
R_3_1_2
bd07074
Fix for failing JUnit test case. Recent code change resulted in test no longer being correct.
by itrimble
· 15 years ago
e6311f2
[292939] Improve the performance of metadata query
by gkessler
· 15 years ago
31cc274
Version update for 3.2
by rsrinivasan
· 15 years ago
1c5e698
Version update
by rsrinivasan
· 15 years ago
3dc0973
[292943] The Metadata Framework makes unnecessary use of BasicFeatureMaps
by gkessler
· 15 years ago
7595128
Version update
by rsrinivasan
· 15 years ago
600da80
Applying fixes in the 3.0.5 Patch stream - Bug 290412, Bug 288291, Bug 288831
by rsrinivasan
· 15 years ago
b2931fd
Test fixes due to changes in ImportOperation (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=296496)
by itrimble
· 15 years ago
47ed17e
Version update
by rsrinivasan
· 15 years ago
8943c0e
Adjust version range for org.eclipse.jst.j2ee.core
by rsrinivasan
· 15 years ago
69e4eae
Version update
by rsrinivasan
· 15 years ago
17f84c7
Version update
by rsrinivasan
· 15 years ago
R_3_1_1
c37e12b
PMC approved fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=260931.
by cbateman
· 15 years ago
82863a5
PMC approved fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=286351
by cbateman
· 15 years ago
111babd
Fix Version error
by rsrinivasan
· 15 years ago
d1e7b9d
287754 - [WPE] Can't drop custom tags on Source View of WPE
by gkessler
· 15 years ago
514eb18
Fixing bundle pre-req version: 269281
by rsrinivasan
· 15 years ago
d8e3184
Version update
by rsrinivasan
· 15 years ago
ad5e14e
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=286882.
by cbateman
· 15 years ago
5f03e02
Version update
by rsrinivasan
· 15 years ago
2722231
Refactor EL assertions out to a separate util class.
by cbateman
· 15 years ago
4935448
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=286161
by cbateman
· 15 years ago
fa06440
Version update
by rsrinivasan
· 15 years ago
94c02d4
Commit patch fixes for:
by cbateman
· 15 years ago
41488b3
[282936] Serious metadata loading performance issues when many files and include groups
by gkessler
· 15 years ago
2c2e15f
278563 - version update
by rsrinivasan
· 16 years ago
6cd4a39
[248707] Tags in the taglib are not displayed in the palette view.
by gkessler
· 16 years ago
7e04472
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=267962.
by cbateman
· 16 years ago
35ea6b7
Fix fo rJunit failure, 274191
by rsrinivasan
· 16 years ago
Pre-WPE-PaletteFix-267962
b9d7045
Junit failures in pagedesigne.tests
by rsrinivasan
· 16 years ago
539f503
Fix Test build failures
by rsrinivasan
· 16 years ago
fe3af80
Fix for 258716: makes tag drop more customizable.
by cbateman
· 16 years ago
72248c9
[254535] Remove deprecated Celleditor framework
by gkessler
· 16 years ago
9e7eff9
Update JUnit test so that class cast exception will not occur in an out of memory condition.
by gkessler
· 16 years ago
3563524
Fixed Version
by rsrinivasan
· 16 years ago
09c6ba2
Suppress unchecked generic warning.
by cbateman
· 16 years ago
c7c277a
ElementImpl.cloneNode(...) seems to have started creating attributes that display differently than the cloned Node's (attr='' rather than attr=""), breaking textual comparisons. By overwriting the existing attributes after cloning, we get the expected form (double quotes instead of single quotes).
by itrimble
· 16 years ago
b628fa4
fix version
by rsrinivasan
· 16 years ago
baf5ccd
263135
by rsrinivasan
· 16 years ago
a87facb
bug 263135
by rsrinivasan
· 16 years ago
8d1ade1
[ 263137] testSanity unit test failed in latest I build
by gkessler
· 16 years ago
3844438
Fix Version 263165
by rsrinivasan
· 16 years ago
7745737
Version fix, 263281
by rsrinivasan
· 16 years ago
de94574
Forward port of fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=255987.
by cbateman
· 16 years ago
d955171
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=249480 patched forward from 3.0.4.
by cbateman
· 16 years ago
6a971a5
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=235637. Merged from fix in 3.0.4 stream.
by cbateman
· 16 years ago
15de1f7
Promote fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=234365 from 3.0.4 stream.
by cbateman
· 16 years ago
42dbb8f
test
by rsrinivasan
· 16 years ago
efbb7ab
test
by rsrinivasan
· 16 years ago
c08e0aa
test
by rsrinivasan
· 16 years ago
cd3a186
Added SuppressWarnings("unchecked") to test methods using raw containers.
by cbateman
· 16 years ago
795aadf
Fix version info: https://bugs.eclipse.org/bugs/show_bug.cgi?id=253983
by rsrinivasan
· 16 years ago
f6674a8
[250208] Integrate JSF facet with library provider framework
by gkessler
· 16 years ago
47bac39
Partial fix for issues in https://bugs.eclipse.org/bugs/show_bug.cgi?id=240394.
by cbateman
· 16 years ago
b98c967
Fixed pre-req
by rsrinivasan
· 16 years ago
Base_3_0_3
ff07c1c
Version update fro 3.1
by rsrinivasan
· 16 years ago
2def460
bug 246390 - part 2
by rsrinivasan
· 16 years ago
d15e855
bug 246390 - Fix service version of modified plugins
by rsrinivasan
· 16 years ago
4dffe4c
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=236664. Includes test coverage and a minor change to BasicExtensionFactory to solve an NPE found during testing.
by cbateman
· 16 years ago
cc9edda
[244100] Failing JUnits to be Uncommented
by gkessler
· 16 years ago
7993d9d
[246164] Invalid JUnit test - commenting out test for now
by gkessler
· 16 years ago
18dfd02
[Bug 233506] [hotbug_request] SWTException in Faces config. file editor
by gkessler
· 16 years ago
0c44bfd
Update Service version
by rsrinivasan
· 16 years ago
4b358dd
Update the validation disablement utility method for the new ValidationFramework way of doing it.
by cbateman
· 16 years ago
659dd54
[Bug 243614] Intermittent Metadata Model Loading issues in Automated Tests
by gkessler
· 16 years ago
a2b45ec
Fix version of plugins and features
by rsrinivasan
· 16 years ago
a281278
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=228298. Enables the V2 validator framework.
by cbateman
· 16 years ago
v200808071446
4686848
Adds regression test for https://bugs.eclipse.org/bugs/show_bug.cgi?id=173526. Also improves tracing support in the MockValidationReporter.
by cbateman
· 16 years ago
359be4d
Fix for PMC_approved bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=231626.
by cbateman
· 17 years ago
R3_0_0
6e4404c
Fix for pmc_approved: https://bugs.eclipse.org/bugs/show_bug.cgi?id=202697
by cbateman
· 17 years ago
eece58b
Fix Copyright header
by rsrinivasan
· 17 years ago
1102d62
Changes for https://bugs.eclipse.org/bugs/show_bug.cgi?id=224998 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=224998
by cbateman
· 17 years ago
a8cf828
Part of:
by cbateman
· 17 years ago
2f9f1e0
Remove unused import.
by cbateman
· 17 years ago
91c6643
[224927 ] Update to minor version
by rsrinivasan
· 17 years ago
836f205
[225130] Failing JSF Junits due to change in FacetProjectCreationOperation
by gkessler
· 17 years ago
a5f5a83
Fix for:
by cbateman
· 17 years ago
de8fc34
Moved to safeDelete for projects.
by cbateman
· 17 years ago
Next »