diff --git a/GMW/GMW/testFunzioni.aspx b/GMW/GMW/testFunzioni.aspx
deleted file mode 100644
index f23dc9f3..00000000
--- a/GMW/GMW/testFunzioni.aspx
+++ /dev/null
@@ -1,32 +0,0 @@
-<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="testFunzioni.aspx.cs" Inherits="GMW.testFunzioni" %>
-
-
-
-
-
-
-
-
-
-
-
diff --git a/GMW/GMW/testFunzioni.aspx.cs b/GMW/GMW/testFunzioni.aspx.cs
deleted file mode 100644
index f1a3563b..00000000
--- a/GMW/GMW/testFunzioni.aspx.cs
+++ /dev/null
@@ -1,41 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Web;
-using System.Web.UI;
-using System.Web.UI.WebControls;
-using GMW_data;
-
-namespace GMW
-{
- public partial class testFunzioni : System.Web.UI.Page
- {
- protected void Page_Load(object sender, EventArgs e)
- {
-
- }
-
- protected void Button1_Click(object sender, EventArgs e)
- {
- // testa la creazione lista prelievo
- MagClass.magazzino.creaListaPrelievo("MA", "20", "P00505005162", "NEUTRO", "10", 200, "I0054");
- }
-
- protected void Button2_Click(object sender, EventArgs e)
- {
- // testa inizio lista prelievo
- MagClass.magazzino.iniziaListaPrelievo("MA", "KMA100600005", "0000000000000080");
- }
-
- protected void Button3_Click(object sender, EventArgs e)
- {
- // testa fine e scaricamento - indicando completata - lista prelievo
- MagClass.magazzino.scaricaListaPrelievo("MA", "KMA100600019");
- }
-
- protected void Button4_Click(object sender, EventArgs e)
- {
-
- }
- }
-}
diff --git a/GMW/GMW/testFunzioni.aspx.designer.cs b/GMW/GMW/testFunzioni.aspx.designer.cs
deleted file mode 100644
index cf85ae0c..00000000
--- a/GMW/GMW/testFunzioni.aspx.designer.cs
+++ /dev/null
@@ -1,70 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:2.0.50727.4927
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace GMW {
-
-
- public partial class testFunzioni {
-
- ///
- /// form1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.HtmlControls.HtmlForm form1;
-
- ///
- /// lblTest control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.Label lblTest;
-
- ///
- /// Button1 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.Button Button1;
-
- ///
- /// Button2 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.Button Button2;
-
- ///
- /// Button3 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.Button Button3;
-
- ///
- /// Button4 control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.Button Button4;
- }
-}