Bernerd Schaefer

Results 11 comments of Bernerd Schaefer

Appears htmlunit doesn't like something about the javascript. I find it easiest to debug these issues by making htmlunit's logging more verbose. See #50 for being able to configure this,...

I'll take a look into this, but it is likely a problem with the live call -- HtmlUnit has a few known issues regarding live events.

I've narrowed down this issue to a bug in HtmlUnit: https://sourceforge.net/tracker/?func=detail&aid=3072866&group_id=47038&atid=448266 In rails.js, this comes before the $('form[data-remote]') handler: ``` $('a[data-confirm],input[data-confirm]').live('click', function () { // .... ``` For some reason,...

I have now removed fork/exec and unix domain sockets from akephalos (bbeb728). Can you test against master and let me know if you can get any farther?

I now have a windows VM instance, so I'll be taking a look into these windows issues soon.

I've got a few ideas for this; but there are other ways of solving this sort of requirement, such as this step definition for testing confirmations: ``` Given /^I will...

Is this still an issue? They should be able to be dynamically changed; if not, it's definitely a bug, so I'll be taking a look.

I'm not certain about fetching all addons or attaching many addons at once, but the platform API does support setting custom names on addons as well as [fetching an addon...

> Giving the add-on a custom name would also be perfect as long as I can give it the same name as its app and if that name does _not_...

The updates look great, thanks @brian-mcnamara! There's one test failing (from the previous version): ``` ------- Stdout: ------- === RUN TestAccHerokuAddon_importBasic --- FAIL: TestAccHerokuAddon_importBasic (9.61s) testing.go:569: Step 1 error: ImportStateVerify...