function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
maxoutmaxout 

the system refuses class update from IDE if any other class(deployed) fails the test?

Another class deployed fails the coverage test while I want to update my class from IDE.

The problem is the system doesn't allow the update of my class.

Is it a normal system behavior?

 

related error:

http://boards.developerforce.com/t5/Apex-Code-Development/limit-of-10000-query-rows-in-APEX-class/td-p/278947

Best Answer chosen by Admin (Salesforce Developers) 
maxoutmaxout

Simply yes, after testing.

It's not about the version.

Cheers

All Answers

RaumilRaumil

Check the version of the class which is failing to deploy and modified in XML file change the current version to latest version and confirm it.

 

Hope this hepls

Regards

Raumil Setalwad

maxoutmaxout

Simply yes, after testing.

It's not about the version.

Cheers

This was selected as the best answer