Unit tests seem to be broken in 1.4.2.0

Issue #98 resolved
Eli Kloswick created an issue

I just updated to 1.4.2.0 and running the unit tests doesn't bring up the run log. Plus, the run log toolbar doesn't appear in the toolbar View menu. One of my coworkers is on 1.4.1.0 and has no problems with the unit test functionality.

Comments (9)

  1. Scott Wells repo owner

    Eli, what version of IDEA are you using? I'm looking at this now in 14.1.4 and am able to run unit tests and view log output. Can you provide more details about exactly what you're trying to do, how it behaved in the previous build, and how it's behaving now? Thanks!

  2. Eli Kloswick reporter

    Scott, I'm currently using IDEA 14.1.4. I was trying to rerun some unit tests from a unit test configuration we made in a previous version. In the previous build, I just pressed the green run button with the appropriate configuration selected from the dropdown and the log output panel popped up. Currently, nothing happens when I press that button.

  3. Scott Wells repo owner

    Eli, can you send me your idea.log (at least the relevant excerpt) right after this happens? You can get to that file from Help>Show Log in Explorer. Hopefully there's something helpful in that file.

  4. Eli Kloswick reporter

    I only get a file on startup. The button doesn't appear to trigger a log. Here's the last bit of the log that spawns on startup. Seems like a class isn't getting located correctly?

  5. Scott Wells repo owner

    Eli, can you verify that under Settings>Plugins, you have the Coverage plugin installed and enabled:

    CoveragePlugin.png

    That plugin is standard on IDEA 14 and is where the missing class would be found.

  6. Eli Kloswick reporter

    It was unchecked. Checking it and restarting fixed it. Not sure when that got unchecked, but I'm glad it was an easy fix. Thanks!

  7. Log in to comment