diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 5009072508..13de47d66e 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -2235,7 +2235,6 @@ - diff --git a/src/Umbraco.Web.UI/umbraco/test.aspx b/src/Umbraco.Web.UI/umbraco/test.aspx deleted file mode 100644 index 5acd37dff7..0000000000 --- a/src/Umbraco.Web.UI/umbraco/test.aspx +++ /dev/null @@ -1,9 +0,0 @@ -<%@ Page language="c#" Codebehind="test.aspx.cs" AutoEventWireup="True" Inherits="umbraco.cms.presentation.test" trace="false" validateRequest="false" %> - - -
- - - - - \ No newline at end of file diff --git a/src/Umbraco.Web/Umbraco.Web.csproj b/src/Umbraco.Web/Umbraco.Web.csproj index 1889bfe938..4c20ece963 100644 --- a/src/Umbraco.Web/Umbraco.Web.csproj +++ b/src/Umbraco.Web/Umbraco.Web.csproj @@ -1555,13 +1555,6 @@ True Resources.resx - - test.aspx - ASPXCodeBehind - - - test.aspx - Code @@ -2017,7 +2010,6 @@ ASPXCodeBehind - ASPXCodeBehind diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/test.aspx b/src/Umbraco.Web/umbraco.presentation/umbraco/test.aspx deleted file mode 100644 index 5acd37dff7..0000000000 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/test.aspx +++ /dev/null @@ -1,9 +0,0 @@ -<%@ Page language="c#" Codebehind="test.aspx.cs" AutoEventWireup="True" Inherits="umbraco.cms.presentation.test" trace="false" validateRequest="false" %> - - -
- - - - - \ No newline at end of file diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/test.aspx.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/test.aspx.cs deleted file mode 100644 index 14f19bd635..0000000000 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/test.aspx.cs +++ /dev/null @@ -1,61 +0,0 @@ -using System; -using System.Collections; -using System.Collections.Specialized; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Web; -using System.Web.SessionState; -using System.Web.UI; -using System.Web.UI.WebControls; -using System.Web.UI.HtmlControls; -using umbraco.cms.businesslogic.template; -using System.Xml.Xsl; -using System.Reflection; -using System.Xml; -using System.IO; - - -using umbraco.cms.businesslogic.web; -using umbraco.NodeFactory; -using umbraco.controls; - -namespace umbraco.cms.presentation -{ - /// - /// Summary description for test. - /// - public partial class test : BasePages.UmbracoEnsuredPage - { - protected macroParameterControl mp = new macroParameterControl(); - - protected void Page_Load(object sender, System.EventArgs e) - { - Assembly a = Assembly.Load("__code"); - Type[] t = a.GetTypes(); - } - - #region Web Form Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - private void InitializeComponent() - { - - } - #endregion - - protected void button_Click(object sender, EventArgs e) - { - result.Controls.Add(new LiteralControl("Macro tag: " + Server.HtmlEncode(mp.GetMacroTag()) + "
")); - IDictionaryEnumerator ide = mp.ParameterValues.GetEnumerator(); - while (ide.MoveNext()) - result.Controls.Add( - new LiteralControl("
  • " + ide.Key.ToString() + ": " + ide.Value.ToString() + "
  • ")); - } - - } -} - diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/test.aspx.designer.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/test.aspx.designer.cs deleted file mode 100644 index 4259eded64..0000000000 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/test.aspx.designer.cs +++ /dev/null @@ -1,61 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.3053 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace umbraco.cms.presentation { - - - public partial class test { - - /// - /// form control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.HtmlControls.HtmlForm form; - - /// - /// scriptmanager control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.ScriptManager scriptmanager; - - /// - /// testHolder control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.PlaceHolder testHolder; - - /// - /// button control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.Button button; - - /// - /// result control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.PlaceHolder result; - } -}