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