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

Bug 402399

Summary: Failing command testcases
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Susan McCourt <susan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 3.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2013-03-04 23:43:15 EST
These tests have been failing consistently for the last few builds:

> testRenderNamedGroupDropDown	Failure	AssertionError: equal failed - expected: [1], actual: [0].
> testRenderNamedGroupMenu	Failure	AssertionError: equal failed - expected: [1], actual: [0].

I also encountered a runtime exception while executing the tests:

> Uncaught TypeError: Cannot read property 'menu' of null
>   (anonymous function) (commands.js:782)
>
Comment 1 Susan McCourt CLA 2013-03-05 10:47:41 EST
my bad, I have some test changes that didn't get released along with the code changes for  http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=abd8670d8a019c3ef890e17c85de2efc1b314627

I've got them and a bunch of other changes in a branch that I'm hoping to release today.  If that doesn't happen soon, I'll get organized and release matching test changes incrementally.
Comment 2 Susan McCourt CLA 2013-03-07 10:58:31 EST
Fixed in http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=1edc50f10edf5b19cdf326c38c8c931cdf8c00bf

There was actually a real bug here that was fixed in my branch but not here.