Closed davidshepherd7 closed 8 years ago
Urgh, this seems to have broken some other tests though...
They seem to be yet another case of the tests failing but it actually working :(
After merging this locally, there definitely is a new failing test. I don't know why this occurs, but now we can probably bring in @rejeep and ask him since there's this thing we can't get to fail, and https://github.com/Trevoke/sqlup-mode.el/issues/49 where the test fails but the code works in emacs.
So, I just found that we weren't actually turning on sql mode in the tests! With that fixed things seem to make sense again :)
Closing to recreate a cleaned up version on a non-master branch.
Did you sort everything out?
@rejeep Hi, it looks like we did, yes, thanks. The only question I had for you was, in ecukes, what is the default major mode for the created buffers for the test?
@Trevoke Should be fundamental-mode
unless you add some custom code yourself. Ecukes does not do anything magic, it only starts Emacs.
OK, thank you!
Closes #50
Unfortunately I couldn't get a failing test for this, not sure why.