Robin Rosenberg <robin.rosenberg.lists@xxxxxxxxxx> wrote: > > We could hold onto this patch. It might be better if we start the built in git daemon and clone > from it, or from file, instread of jgit.org, but please try it out and see if it looks like a good a approach to > use SWTBot for UI tests. I'm not applying this patch for two reasons: 1) I spent 30 minutes trying to get SWTBot installed and running, I gave up. It doesn't want to run in my Eclipse. Heck, I didn't even get as far as running, I couldn't get it to install far enough to get the project to compile. 2) I really want to avoid remote network access during JUnit tests. Now that we have our own server process we can run it over a pipe or something to do this test. Or at worst, bind to a random port on the loopback and have the client clone from that port. -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html