Hi Ajith, On the current CApp deployment process we did not create copy of the CApp on the registry. It will be copied in to file location under CarbonHOME/repository/deployment/server/carbonapps. So we can either modify this test case accordingly or remove it.
Thanks, Manoj Best Regards.. Manoj Kumara Software Engineer WSO2, Inc.; http://wso2.com Twitter: http://twitter.com/ManKuma Mobile: +94713448188 On Thu, Jul 25, 2013 at 11:53 AM, Manoj Kumara <[email protected]> wrote: > Hi Ajith, > > I will look in to this and will update you. > > Thanks, > Manoj > > Best Regards.. > > > Manoj Kumara > Software Engineer > WSO2, Inc.; http://wso2.com > > Twitter: http://twitter.com/ManKuma > Mobile: +94713448188 > > > On Wed, Jul 24, 2013 at 11:26 PM, Ajith Vitharana <[email protected]> wrote: > >> Hi All, >> >> The following test case has tested a method to verify the registry >> location of the Capp. >> But in 4.2.0 it doesn't create such registry location. (It works in G-Reg >> 4.5.3) >> >> What is the expected behavior ?? >> >> @Test(description = "Search whether CApp is in >> /_system/config/repository/applications", >> dependsOnMethods = {"uploadCApplicationWithGar"}) >> public void isCApplicationInRegistry() throws RegistryException { >> registry.get("*/_system/config/repository/applications/" + >> cAppName*); >> } >> >> >> [1] >> https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/greg/modules/integration/registry/tests/src/test/java/org/wso2/carbon/registry/capp/deployment/test/UploadCarFileWithGarTestCase.java >> >> Thanks >> Ajith. >> >> -- >> Ajith Vitharana. >> WSO2 Inc. - http://wso2.org >> Email : [email protected] >> Mobile : +94772217350 >> >> >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
