Hi , I have a created a test case to simulate a generic face recognition functionality. for that we have to use our face.com app's apiKey and apiSecret. Is it OK to include those keys in the test class? As it is a JUnit test, build will fail due to this test run failure, if I left those fields blank and let others to fill the keys. What shall I do ?
On Sun, Jun 5, 2011 at 11:19 PM, Subash Chaturanga <[email protected]>wrote: > > > On Thu, Jun 2, 2011 at 11:20 PM, Subash Chaturanga <[email protected]>wrote: > >> Hi all, I have started this thread inform as well as discuss the facts >> regarding this project's flow. >> >> So I have commited the FaceRecognitionService interface and >> implementation. There, I have also added options to set and instantiate a >> new DefaultFaceClient as well. >> Currently I'am in the research of looking the possibility of using >> one DefaultFaceClient instance over multiple facebook users. Because this >> problem occurs only in that case. >> > > I have raised this question on face.com forum and got a solution . And I > have tested it with some sample code on the photartest dummy app. Seems > works fine. And I think there won't be any requirement of setting new face > api, secret to instantiate a new DefaultFaceClient. We can manage it with > one DefaultFaceClient instance. > > >> >> Most likely, the FaceRecognitionService interface will be changed based on >> the above reasons. Based on the test codes I tried, alternatively we can >> keep track of each user's face.com and facebook credentials all together >> in local repository and use them to give services. Seems good for me. >> >> Regards >> -- >> Subash Chaturanga >> Department of Computer Science & Engineering >> University of Moratuwa >> Sri Lanka >> >> Blog - http://subashsdm.blogspot.com/ >> Twitter - http://twitter.com/subash89 >> >> >> > > > -- > Subash Chaturanga > Department of Computer Science & Engineering > University of Moratuwa > Sri Lanka > > Blog - http://subashsdm.blogspot.com/ > Twitter - http://twitter.com/subash89 > > > -- Subash Chaturanga Department of Computer Science & Engineering University of Moratuwa Sri Lanka Blog - http://subashsdm.blogspot.com/ Twitter - http://twitter.com/subash89
