I have copied app/code/core/Mage/Checkout/controllers/OnepageController.php to app/code/local/Mage/Checkout/controllers/OnepageController.php and overrided one function. I have also refreshed caches, but overrided controller is not called, instead original controller is called.
Why isn't my override working? I have done same kind of override for other core files and that worked well.