diff -r c8c20f4596f7 build.xml
--- a/build.xml	Fri Apr 16 11:11:16 2010 +0200
+++ b/build.xml	Mon Apr 19 15:54:40 2010 +0200
@@ -153,6 +153,21 @@
     test.integration.smoke.masterdata.ADM0340,
     test.integration.smoke.masterdata.ADM0345,
     test.integration.smoke.masterdata.ADM0350" />
+  <target name="quickstart-spain"
+    depends="test.integration.smoke.masterdata.ADM0000,
+	    test.integration.smoke.masterdata.ADM0020,
+	    quickstart-spain.install,
+	    quickstart-spain.uninstall" />
+  <target name="quickstart-spain.install">
+    <antcall target="test.integration">
+      <param name="testclass" value="com.openbravo.test.integration.erp.testsuites.othertests.InstallOpenbravoQuickStartSpain" />
+    </antcall>
+  </target>
+  <target name="quickstart-spain.uninstall">
+    <antcall target="test.integration">
+      <param name="testclass" value="com.openbravo.test.integration.erp.testsuites.othertests.UnInstallOpenbravoQuickStartSpain" />
+    </antcall>
+  </target>
   <target name="test.integration.smoke.masterdata.ADM0000">
     <antcall target="test.integration">
       <param name="testclass" value="com.openbravo.test.integration.erp.testsuites.smoke.masterdata.ADM0000_Logging" />
diff -r c8c20f4596f7 src-test/com/openbravo/test/integration/erp/testsuites/othertests/InstallOpenbravoQuickStartSpain.java
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src-test/com/openbravo/test/integration/erp/testsuites/othertests/InstallOpenbravoQuickStartSpain.java	Mon Apr 19 15:54:40 2010 +0200
@@ -0,0 +1,62 @@
+/*
+ *************************************************************************
+ * The contents of this file are subject to the Openbravo  Public  License
+ * Version  1.0  (the  "License"),  being   the  Mozilla   Public  License
+ * Version 1.1  with a permitted attribution clause; you may not  use this
+ * file except in compliance with the License. You  may  obtain  a copy of
+ * the License at http://www.openbravo.com/legal/license.html 
+ * Software distributed under the License  is  distributed  on  an "AS IS"
+ * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+ * License for the specific  language  governing  rights  and  limitations
+ * under the License. 
+ * The Original Code is Openbravo ERP. 
+ * The Initial Developer of the Original Code is Openbravo SL 
+ * All portions are Copyright (C) 2010 Openbravo SL 
+ * All Rights Reserved. 
+ * Contributor(s):
+ ************************************************************************
+*/
+
+package com.openbravo.test.integration.erp.testsuites.othertests;
+
+import java.util.Arrays;
+import java.util.Collection;
+
+import org.junit.runner.RunWith;
+import org.junit.runners.Parameterized;
+import org.junit.runners.Parameterized.Parameters;
+
+import com.openbravo.test.integration.erp.testscripts.generalsetup.application.modulemanagement.addmodules.InstallModuleFromCentralRepository;
+
+/**
+ * Test the installation of the module that adds regions.
+ * 
+ */
+@RunWith(Parameterized.class)
+public class InstallOpenbravoQuickStartSpain extends
+        InstallModuleFromCentralRepository {
+
+    /**
+     * Class constructor.
+     * 
+     * @param moduleName
+     *            The name of the module.
+     */
+    public InstallOpenbravoQuickStartSpain(String moduleName) {
+        super(moduleName);
+    }
+
+    /**
+     * Test parameters.
+     * 
+     * @return collection of string arrays with data for the test.
+     * 
+     */
+    @Parameters
+    public static Collection<String[]> OpenbravoQuickStartSpainValues() {
+
+        return Arrays
+		.asList(new String[][] { { "Openbravo QuickStart Spain" } });
+    }
+
+}
diff -r c8c20f4596f7 src-test/com/openbravo/test/integration/erp/testsuites/othertests/UnInstallOpenbravoQuickStartSpain.java
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src-test/com/openbravo/test/integration/erp/testsuites/othertests/UnInstallOpenbravoQuickStartSpain.java	Mon Apr 19 15:54:40 2010 +0200
@@ -0,0 +1,60 @@
+/*
+ *************************************************************************
+ * The contents of this file are subject to the Openbravo  Public  License
+ * Version  1.0  (the  "License"),  being   the  Mozilla   Public  License
+ * Version 1.1  with a permitted attribution clause; you may not  use this
+ * file except in compliance with the License. You  may  obtain  a copy of
+ * the License at http://www.openbravo.com/legal/license.html 
+ * Software distributed under the License  is  distributed  on  an "AS IS"
+ * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+ * License for the specific  language  governing  rights  and  limitations
+ * under the License. 
+ * The Original Code is Openbravo ERP. 
+ * The Initial Developer of the Original Code is Openbravo SL 
+ * All portions are Copyright (C) 2009 Openbravo SL 
+ * All Rights Reserved. 
+ * Contributor(s):
+ ************************************************************************
+ */
+
+package com.openbravo.test.integration.erp.testsuites.othertests;
+
+import java.util.Arrays;
+import java.util.Collection;
+
+import org.junit.runner.RunWith;
+import org.junit.runners.Parameterized;
+import org.junit.runners.Parameterized.Parameters;
+
+import com.openbravo.test.integration.erp.testscripts.generalsetup.application.modulemanagement.installedmodules.UninstallModule;
+
+/**
+ * Test the uninstallation of initial data load module.
+ * 
+ * @author staff.rm
+ */
+@RunWith(Parameterized.class)
+public class UnInstallOpenbravoQuickStartSpain extends UninstallModule {
+
+  /**
+   * Class constructor.
+   * 
+   * @param moduleId
+   *          Id of the module
+   */
+  public UnInstallOpenbravoQuickStartSpain(String moduleId) {
+    super(moduleId);
+  }
+
+  /**
+   * Test parameters.
+   * 
+   * @return collection of string arrays with data for the test.
+   * 
+   */
+  @Parameters
+  public static Collection<String[]> OpenbravoQuickStartSpainValues() {
+    return Arrays.asList(new String[][] { { "373A9BA4415344DCA9C4EF62BCEBAE31" } });
+  }
+
+}
