Community
Participate
Working Groups
Created attachment 126734 [details] junit test
The patch looks ok but two points: 1) The tests should probably be in CTabFolderTest.java because the tests are specifically testing that the CTabFolder property handlers return null when not given an CTabFolder. The test class name is misleading anyway, since it's called RetrievePropertyTest, but we already have property retrieval tests in CTabFolderTest. Do you agree? If so then please move the tests and resubmit. 2) Just a reminder that when adding a new test class, you need to remember to also add that class to CssSwtTestSuite. Otherwise it won't get run when the test suite is run.
Created attachment 126844 [details] junit test for retrieveCSSProperty()
Released