I have changed the Person.java Interface to add some fields for data it does not support in the default implementation. But now when I compile it, the test classes that use the Person Interface are not compiling. Is there some way around it, like disabling the tests or fixing the error in some way? This is the type of error I am getting -
\copyofshin\java\social-api\src\test\java\org\apache\shindig\social\sample\spi\J sonDbOpensocialServiceTest.java:[72,84] incompatible types found : java.lang.String required: org.apache.shindig.social.opensocial.model.Person Thanks, Pranav.
