OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Deprecated Modules still have Core Test tied to them. #7032

Open rasseru08 opened 8 years ago

rasseru08 commented 8 years ago

In Version 1.10.1 there are 6 deprecated modules scheduled for removal in a future release, however there are still core test tied to these modules.

For Example: If you remove the deprecated module Orchard.Media from the project it breaks the build because Orchard.Test.Modules.Media contains three files which references Orchard.Media.

I believe that all linkage to the deprecated modules should be removed to facilitate the future removal of these unused modules.

sebastienros commented 8 years ago

I would recommend to create another test project.