7 answers
Since you're instantiating a new Case object to do the update, you'll need to include the Id of the Case from the trigger.Change the first line of your for-loop to this: Case oCase = new Case(Id = objCase.Id);
Hope that helps,
ClintHi can you plz any one write the test class for above trigger plz.RegardsRaj