Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 11650 Details for
Bug 65943
Closing/opening a project doesn't have the correct delta
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Updated tests
org.eclipse.jdt.core.tests.model_patch65943.txt (text/plain), 1.83 KB, created by
Jerome Lanneluc
on 2004-06-07 07:20:40 EDT
(
hide
)
Description:
Updated tests
Filename:
MIME Type:
Creator:
Jerome Lanneluc
Created:
2004-06-07 07:20:40 EDT
Size:
1.83 KB
patch
obsolete
>Index: src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java >=================================================================== >RCS file: /data/cvs/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java,v >retrieving revision 1.60 >diff -u -r1.60 JavaElementDeltaTests.java >--- src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java 26 May 2004 11:23:45 -0000 1.60 >+++ src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java 4 Jun 2004 08:32:25 -0000 >@@ -717,7 +717,7 @@ > project.close(null); > assertDeltas( > "Unexpected delta", >- "P[-]: {}\n" + >+ "P[*]: {CLOSED}\n" + > "ResourceDelta(/P)" > ); > } finally { >@@ -1635,7 +1635,7 @@ > project.open(null); > assertDeltas( > "Unexpected delta", >- "P[+]: {}\n" + >+ "P[*]: {OPENED}\n" + > "ResourceDelta(/P)" > ); > } finally { >Index: src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java >=================================================================== >RCS file: /data/cvs/eclipse/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java,v >retrieving revision 1.43 >diff -u -r1.43 JavaProjectTests.java >--- src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java 28 May 2004 09:05:31 -0000 1.43 >+++ src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java 4 Jun 2004 08:32:25 -0000 >@@ -832,7 +832,7 @@ > project.close(null); > assertDeltas( > "Unexpected delta 1", >- "JavaProjectTests[-]: {}\n" + >+ "JavaProjectTests[*]: {CLOSED}\n" + > "ResourceDelta(/JavaProjectTests)" > ); > } finally { >@@ -842,7 +842,7 @@ > project.open(null); > assertDeltas( > "Unexpected delta 2", >- "JavaProjectTests[+]: {}\n" + >+ "JavaProjectTests[*]: {OPENED}\n" + > "ResourceDelta(/JavaProjectTests)" > ); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 65943
:
11649
| 11650