From: Sascha H. <sa...@xm...> - 2010-12-08 14:32:42
|
Hi guys, very good point Ilya. We are actually current working on a strategy to add tests to XMLVM. It has been on my list for quite a while, but I didn't get to it. Cross-compiling tests does make sense, for the reasons you have mentioned. Not only will it test whether the cross-compilation is working correctly, but also whether hans-written compatibility classes are doing what they are supposed to do. Right now we have a few demos and we ask committers to make sure that these still work. But it's tedious. Being able to run one command that does all the testing automatically and returns either "Go" or "No go" would be much better. // Sascha On Wed, Dec 8, 2010 at 3:15 PM, Troy Gaines <tro...@gm...> wrote: > I guess one issue would be if the application didn't compile correctly, > then it's likely your tests might not either such that the tests would be > invalidated anyway. > > But if you wanted to do this, I'm sure it's possible. One of the issues > after compilation is how you would actually execute the tests. > > Best of luck. > > > On Wed, Dec 8, 2010 at 8:12 AM, Ilya Shinkarenko <sh...@gm...>wrote: > >> this is clear, but wouldn't it be nice to see if there were problems >> in cross-compilation? just in case, especially for mission-critical >> parts of code >> >> On 8 December 2010 15:06, Troy Gaines <tro...@gm...> wrote: >> > Curiously, why are you wanting to cross compile JUnit tests? IMHO, I >> would >> > think that if they did fail on the Objective C side, then this would >> > actually be just a bug in the cross compilation and not necessarily an >> > application problem.... >> > >> > >> > On Wed, Dec 8, 2010 at 5:47 AM, Miggi <mig...@go...> wrote: >> >> >> >> Hello >> >> >> >> Is someone out there who's already tried to cross-compile JUnit-tests >> in >> >> Objective-C? I'm working on a project where I have to cross-compile an >> >> Android-project to an iPhone-project and it would be very nice if I >> >> where able to use the already existing JUnit-tests. >> >> >> >> Or can someone give me a how-to on adding new stuff to xmlvm. I tried >> it >> >> but it's to complicated for myself without any help. I don't know which >> >> parts of JUnit I have to cross-compile, to use, to rewrite or what else >> ;) >> >> >> >> Greets, Miggi >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> What happens now with your Lotus Notes apps - do you make another >> costly >> >> upgrade, or settle for being marooned without product support? Time to >> >> move >> >> off Lotus Notes and onto the cloud with Force.com, apps are easier to >> >> build, >> >> use, and manage than apps on traditional platforms. Sign up for the >> Lotus >> >> Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d >> >> _______________________________________________ >> >> xmlvm-users mailing list >> >> xml...@li... >> >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> > >> > >> > >> ------------------------------------------------------------------------------ >> > What happens now with your Lotus Notes apps - do you make another costly >> > upgrade, or settle for being marooned without product support? Time to >> move >> > off Lotus Notes and onto the cloud with Force.com, apps are easier to >> build, >> > use, and manage than apps on traditional platforms. Sign up for the >> Lotus >> > Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d >> > _______________________________________________ >> > xmlvm-users mailing list >> > xml...@li... >> > https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> > >> > >> > > > > ------------------------------------------------------------------------------ > What happens now with your Lotus Notes apps - do you make another costly > upgrade, or settle for being marooned without product support? Time to move > off Lotus Notes and onto the cloud with Force.com, apps are easier to > build, > use, and manage than apps on traditional platforms. Sign up for the Lotus > Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |