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 146597 Details for
Bug 287736
[releng] install JIRA test server on mylyn.eclipse.org
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]
Fix for locale
clipboard.txt (text/plain), 1.22 KB, created by
Pawel Niewiadomski
on 2009-09-07 08:09:46 EDT
(
hide
)
Description:
Fix for locale
Filename:
MIME Type:
Creator:
Pawel Niewiadomski
Created:
2009-09-07 08:09:46 EDT
Size:
1.22 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.jira.tests >Index: src/org/eclipse/mylyn/jira/tests/core/JiraTaskDataHandlerTest.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.jira.tests/src/org/eclipse/mylyn/jira/tests/core/JiraTaskDataHandlerTest.java,v >retrieving revision 1.11 >diff -u -r1.11 JiraTaskDataHandlerTest.java >--- src/org/eclipse/mylyn/jira/tests/core/JiraTaskDataHandlerTest.java 19 Aug 2009 23:53:57 -0000 1.11 >+++ src/org/eclipse/mylyn/jira/tests/core/JiraTaskDataHandlerTest.java 7 Sep 2009 12:11:08 -0000 >@@ -16,6 +16,7 @@ > import java.util.Collection; > import java.util.Date; > import java.util.List; >+import java.util.Locale; > > import junit.framework.TestCase; > >@@ -186,7 +187,7 @@ > public void testUpdateTaskCustomFields() throws Exception { > init(JiraTestConstants.JIRA_LATEST_URL); > >- Date today = new SimpleDateFormat("dd/MMM/yy").parse("1/Jun/06"); >+ Date today = new SimpleDateFormat("dd/MMM/yy", Locale.ENGLISH).parse("1/Jun/06"); > String dueDate = JiraUtil.dateToString(today); > JiraIssue issue = JiraTestUtil.createIssue(client, "testUpdateTask"); > ITask task = JiraTestUtil.createTask(repository, issue.getKey());
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 287736
: 146597