Re: FYI: I'm dividing up some test cases

2011-01-07 Thread Tim Ellison
On 07/Jan/2011 06:30, Jimmy,Jing Lv wrote: Hi Jesse, Yes in early Harmony development, we have an agreement that we will follow RI's behavior to make Harmony compatible to serve more application as possible - which includes exceptions etc (unless RI does break spec or is not

Re: FYI: I'm dividing up some test cases

2011-01-07 Thread enh
i think i've seen some tests that were written in this style in the first place, using suffixes like ...ExceptionPriority and ...SecurityManager. On Fri, Jan 7, 2011 at 02:40, Tim Ellison t.p.elli...@gmail.com wrote: On 07/Jan/2011 06:30, Jimmy,Jing Lv wrote: Hi Jesse,        Yes in early

FYI: I'm dividing up some test cases

2011-01-06 Thread Jesse Wilson
Harmony folks, Here on Android, we've been running Harmony's test suite on our devices. The extensive test suite includes many large test methods that exercise many behaviors. For example, consider this test method from StringBuffer2Test.java: public void test_insertI$CII() { // Test for method

Re: FYI: I'm dividing up some test cases

2011-01-06 Thread Jimmy,Jing Lv
Hi Jesse, Yes in early Harmony development, we have an agreement that we will follow RI's behavior to make Harmony compatible to serve more application as possible - which includes exceptions etc (unless RI does break spec or is not logical). So I believe there are many testcases checking