Fixing api/ context sensitive tests configuration.
1. ImageAttachmentHandlerIT had to be renamed: non 'Test' ending test classes are not picked up by Maven builds without adding a custom configuration.
2. The CS test now extends BaseModuleWebContextSensitiveTest (rather than extends BaseModuleContextSensitiveTest).