Gale, I tried to test case because i worked on Taverna 982 bug.How could i know the correctness of my code without running testcases. Regards Chamini
On Thu, Aug 4, 2016 at 5:57 AM, Chamini Prashakthi Jayasinghe < [email protected]> wrote: > hI, > I got this kind of errors after run the testcase without comment mark. > Error:(32, 43) java: > org.apache.taverna.commandline.options.CommandLineOptions is abstract; > cannot be instantiated > Error:(35, 70) java: cannot find symbol > symbol: variable DataManagementConfiguration > location: class > org.apache.taverna.commandline.TestDatabaseConfigurationHandler > Error:(36, 37) java: cannot find symbol > symbol: variable DataManagementConfiguration > location: class > org.apache.taverna.commandline.TestDatabaseConfigurationHandler > > Regards chamini > > On Thu, Aug 4, 2016 at 5:53 AM, Gale Naylor <[email protected]> > wrote: > >> I think Chamini is getting errors AFTER un-commenting all the code in >> the TestDatabaseConfigurationHandler >> class. https://github.com/apache/ >> >> incubator-taverna-commandline/blob/master/taverna-commandline-common/src/test/java/org/apache/taverna/commandline/TestDatabaseConfigurationHandler.java >> >> I presume the code was commented out for a good reason (thus the errors), >> and I wonder why the TestDatabaseConfigurationHandler.java file is >> included >> in the distribution if all the code is commented out. >> >> Chamini, the README file ( >> >> https://github.com/apache/incubator-taverna-commandline/blob/master/README.md >> ) >> contains an example of using the command-line tool. Does this help? If >> not, >> can you provide a little more information about what you are trying to >> test >> and why? >> >> Thanks, >> >> Gale >> >> >> On Wed, Aug 3, 2016 at 11:30 AM Gale Naylor <[email protected]> >> wrote: >> >> > I'm wondering why the class TestDatabaseConfigurationHandler is >> commented >> > out... >> > >> > >> > >> https://github.com/apache/incubator-taverna-commandline/blob/master/taverna-commandline-common/src/test/java/org/apache/taverna/commandline/TestDatabaseConfigurationHandler.java >> > >> > >> > On Wed, Aug 3, 2016 at 10:19 AM Alan Williams <[email protected] >> > >> > wrote: >> > >> >> On 03-Aug-16 03:50, Chamini Prashakthi Jayasinghe wrote: >> >> > Hi all, >> >> > can someone explain me how to run the test case in Apache Taverna >> >> > Commandline common module.it is all commented and after remove >> comment >> >> mark >> >> > it shows errors. >> >> >> >> What errors are you getting? >> >> >> >> > regards chamini >> >> >> >> Alan >> >> >> >> >> > >
