Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 458088

Summary: Broken NLS support for quickfixes (and probably more)
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P3 CC: emoffatt, mamacdon, simon_kaegi
Version: 8.0   
Target Milestone: 8.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:
Attachments:
Description Flags
screen shot
none
open related menu none

Description Michael Rennie CLA 2015-01-21 15:53:04 EST
Created attachment 250128 [details]
screen shot

Commit http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=08d95263a8001eb636eff9c1e3170e5ce5c9a1f3

broke support for NLS on quickfixes

Steps:
1. sync with master
2. launch target site
3. create JS problem (an unused param one will work)
4. hover over it.
5. you get the attached screen shot.
Comment 1 Eric Moffatt CLA 2015-01-22 10:39:38 EST
LiBing and Simon are currently fixing this (it's a lot more than simply the qf's...

We should look out for their commit and test / close this if it fixes our issues...
Comment 3 Michael Rennie CLA 2015-01-22 14:08:01 EST
Created attachment 250156 [details]
open related menu

The commands in the open related menu are still busted
Comment 4 libing wang CLA 2015-01-23 14:43:56 EST
(In reply to Michael Rennie from comment #3)
> Created attachment 250156 [details]
> open related menu
> 
> The commands in the open related menu are still busted

Fixed this with http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=c6bd4e611dab9312410c2d13a6260d4d1c002d2a
Comment 5 Michael Rennie CLA 2015-01-27 10:44:32 EST
Found another broken case in the JS tests:

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=de61768648c68a5640d36fc3c2b0cc97336b4924

oddly enough, the local failure is not reported during the build.

I haven't seen any more broken strings, so I'm going to mark this as fixed.
Comment 6 Mark Macdonald CLA 2015-01-27 11:26:12 EST
(In reply to Michael Rennie from comment #5)
> oddly enough, the local failure is not reported during the build.

The client unit tests are not running at all right now. We're waiting on an upgrade to the CF environment before I can reenable them. Opened bug 458551 as a reminder to track this.