[Fat-develop] InSite InSite.sln,NONE,1.1 ReadMe.txt,NONE,1.1
Brought to you by:
exortech
|
From: jkordyback <jko...@us...> - 2005-09-27 20:51:55
|
Update of /cvsroot/fat/InSite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18282 Added Files: InSite.sln ReadMe.txt Log Message: Initial checkin of InSite. Only base controller and tests. --- NEW FILE: InSite.sln --- Microsoft Visual Studio Solution File, Format Version 8.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InSite.Controller", "InSite.Controller\InSite.Controller.csproj", "{8A38F5DC-EA35-4DF2-B413-012E54764934}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InSite.Web.Test", "http://localhost/insite/InSite.Web.Test.csproj", "{AF47DCE8-6A0F-4318-A642-7EB9BDF24106}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InSite.Controller.Test", "InSite.Controller.Test\InSite.Controller.Test.csproj", "{1EE8C1FB-A9A6-46C0-95BF-01FDFD899F71}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {8A38F5DC-EA35-4DF2-B413-012E54764934}.Debug.ActiveCfg = Debug|.NET {8A38F5DC-EA35-4DF2-B413-012E54764934}.Debug.Build.0 = Debug|.NET {8A38F5DC-EA35-4DF2-B413-012E54764934}.Release.ActiveCfg = Release|.NET {8A38F5DC-EA35-4DF2-B413-012E54764934}.Release.Build.0 = Release|.NET {AF47DCE8-6A0F-4318-A642-7EB9BDF24106}.Debug.ActiveCfg = Debug|.NET {AF47DCE8-6A0F-4318-A642-7EB9BDF24106}.Debug.Build.0 = Debug|.NET {AF47DCE8-6A0F-4318-A642-7EB9BDF24106}.Release.ActiveCfg = Release|.NET {AF47DCE8-6A0F-4318-A642-7EB9BDF24106}.Release.Build.0 = Release|.NET {1EE8C1FB-A9A6-46C0-95BF-01FDFD899F71}.Debug.ActiveCfg = Debug|.NET {1EE8C1FB-A9A6-46C0-95BF-01FDFD899F71}.Debug.Build.0 = Debug|.NET {1EE8C1FB-A9A6-46C0-95BF-01FDFD899F71}.Release.ActiveCfg = Release|.NET {1EE8C1FB-A9A6-46C0-95BF-01FDFD899F71}.Release.Build.0 = Release|.NET EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection GlobalSection(ExtensibilityAddIns) = postSolution EndGlobalSection EndGlobal --- NEW FILE: ReadMe.txt --- John Kordyback September 27, 2005 Issues 1. Page.LoadFrames causes an error in nunit.gui. Doesn't happen with nunit.console or ReSharper. 2. PageNotFoundTest.ShouldNotNavigateToPageNotFoundUrl is currently ignored until threading issue with Browser sorted out. 3. Browser and Page need a whole lot of refactoring. Interfaces to sort out methods at the very least. Setup Create an IIS virtual directory called "InSite" which points to the "InSite.Web.Test" directory for the tests to run. |