I think the curriculum varies widely depending on the university. For starters, the design patterns and TDD were part of CS (or IT) courses (bachelor degree level) at my university. That was about 5 years ago.
I think there's limitation to what a computer science course can or even should offer to students. To my mind, computer science as a field of study has more "pure" feel to it. What I mean is that a computer science is a branch of science, not engineering or technology. It should have more to do with algorithms, data structures, machine coding, network fundamentals, logic, human-computer interactions, etc. In other words, a computer science graduate should be expected to know more about how to come up with an an algorithmic solution to a problem, rather than how to build a great website/web application.
For a real world software development, I think there needs to be a slightly different discipline. Software engineering, Information Technology courses are such examples I think. These courses really should teach students how to solve real world problems in practical ways effectively and efficiently. There would be an overlap with CS of course. Both need to know some basics of computer programming, computer architecture (CPU, memories, networking, data storage), and the likes. But in software development focused courses, the graduates should really know and have experience in source control, databases, design patterns, software development methodologies, such as agile, TDD, XP.
Having said that, I think whatever you teach at a uni, it will be hard to beat a real world experience. And I suggest that including a 6 month of industry experience program within a CS/IT/Software Engineering course can really equip the students for real world software development. Some universities actually already have such program in place, but I'd like to see it more wide spread.