• NortonMD
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

I am using v24.0 of the IDE. I have some test classes that have some initilization code in a static block. In this block I am inserting a record. I realized after the fact that I was not setting a required field on the record I was inserting. The odd thing is that this insert is failing silently and not showing an error. This behavior started after I updated the IDE to v24. v23 shows the uncaught exception as it should.

 

Has anyone else experienced this issue? When I open up the Test Runner Debug Log I can see the exception but I am not being prompted like in the past. This is making debugging really hard.

 

P.S. Before someone asks, I am not wrapping this in a try/catch block. :)