[Mpuls-commits] r2184 - wasko/branches/2.0/jmdweb/tests/functional

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Mar 25 14:35:01 CET 2010


Author: torsten
Date: 2010-03-25 14:35:01 +0100 (Thu, 25 Mar 2010)
New Revision: 2184

Removed:
   wasko/branches/2.0/jmdweb/tests/functional/test_administration.py
   wasko/branches/2.0/jmdweb/tests/functional/test_appointment.py
   wasko/branches/2.0/jmdweb/tests/functional/test_case.py
   wasko/branches/2.0/jmdweb/tests/functional/test_case_overview.py
   wasko/branches/2.0/jmdweb/tests/functional/test_caseappointment.py
   wasko/branches/2.0/jmdweb/tests/functional/test_casedocument.py
   wasko/branches/2.0/jmdweb/tests/functional/test_document.py
   wasko/branches/2.0/jmdweb/tests/functional/test_logbook.py
   wasko/branches/2.0/jmdweb/tests/functional/test_phase.py
   wasko/branches/2.0/jmdweb/tests/functional/test_usersettings.py
Log:
Moved Testfiles to mpulsbase


Deleted: wasko/branches/2.0/jmdweb/tests/functional/test_administration.py
===================================================================
--- wasko/branches/2.0/jmdweb/tests/functional/test_administration.py	2010-03-25 13:33:16 UTC (rev 2183)
+++ wasko/branches/2.0/jmdweb/tests/functional/test_administration.py	2010-03-25 13:35:01 UTC (rev 2184)
@@ -1,30 +0,0 @@
-# Copyright 2007, 2008 Intevation GmbH, Germany, <info at intevation.de>
-# 
-# This file is part of mpuls WASKA (CoMPUter-based case fiLeS - 
-# Web-Anwendungs-Server fuer Kompetenzagenturen).
-# 
-# mpuls WASKA is free software: you can redistribute it and/or modify it under
-# the terms of the GNU Affero General Public License as published by the
-# Free Software Foundation, either version 3 of the License, or (at your
-# option) any later version.
-# 
-# mpuls WASKA is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public
-# License for more details.
-# 
-# You should have received a copy of the GNU Affero General Public
-# License along with mpuls WASKA. If not, see <http://www.gnu.org/licenses/>.
-# 
-# mpuls WASKA has been developed on behalf of the 
-# Projekttraeger im Deutschen Zentrum fuer Luft- und Raumfahrt e.V. (PT-DLR)
-# within the programme Kompetenzagenturen (Durchfuehrungsphase) funded by
-# the Bundesministerium fuer Familie, Senioren, Frauen und Jugend and 
-# European Social Fund resources.
-from jmdweb.tests import *
-
-class TestAdministrationController(TestController):
-
-    def test_index(self):
-        response = self.app.get(url_for(controller='administration'))
-        # Test response...

Deleted: wasko/branches/2.0/jmdweb/tests/functional/test_appointment.py
===================================================================
--- wasko/branches/2.0/jmdweb/tests/functional/test_appointment.py	2010-03-25 13:33:16 UTC (rev 2183)
+++ wasko/branches/2.0/jmdweb/tests/functional/test_appointment.py	2010-03-25 13:35:01 UTC (rev 2184)
@@ -1,30 +0,0 @@
-# Copyright 2007, 2008 Intevation GmbH, Germany, <info at intevation.de>
-# 
-# This file is part of mpuls WASKA (CoMPUter-based case fiLeS - 
-# Web-Anwendungs-Server fuer Kompetenzagenturen).
-# 
-# mpuls WASKA is free software: you can redistribute it and/or modify it under
-# the terms of the GNU Affero General Public License as published by the
-# Free Software Foundation, either version 3 of the License, or (at your
-# option) any later version.
-# 
-# mpuls WASKA is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public
-# License for more details.
-# 
-# You should have received a copy of the GNU Affero General Public
-# License along with mpuls WASKA. If not, see <http://www.gnu.org/licenses/>.
-# 
-# mpuls WASKA has been developed on behalf of the 
-# Projekttraeger im Deutschen Zentrum fuer Luft- und Raumfahrt e.V. (PT-DLR)
-# within the programme Kompetenzagenturen (Durchfuehrungsphase) funded by
-# the Bundesministerium fuer Familie, Senioren, Frauen und Jugend and 
-# European Social Fund resources.
-from jmdweb.tests import *
-
-class TestAppointmentController(TestController):
-
-    def test_index(self):
-        response = self.app.get(url_for(controller='appointment'))
-        # Test response...

Deleted: wasko/branches/2.0/jmdweb/tests/functional/test_case.py
===================================================================
--- wasko/branches/2.0/jmdweb/tests/functional/test_case.py	2010-03-25 13:33:16 UTC (rev 2183)
+++ wasko/branches/2.0/jmdweb/tests/functional/test_case.py	2010-03-25 13:35:01 UTC (rev 2184)
@@ -1,30 +0,0 @@
-# Copyright 2007, 2008 Intevation GmbH, Germany, <info at intevation.de>
-# 
-# This file is part of mpuls WASKA (CoMPUter-based case fiLeS - 
-# Web-Anwendungs-Server fuer Kompetenzagenturen).
-# 
-# mpuls WASKA is free software: you can redistribute it and/or modify it under
-# the terms of the GNU Affero General Public License as published by the
-# Free Software Foundation, either version 3 of the License, or (at your
-# option) any later version.
-# 
-# mpuls WASKA is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public
-# License for more details.
-# 
-# You should have received a copy of the GNU Affero General Public
-# License along with mpuls WASKA. If not, see <http://www.gnu.org/licenses/>.
-# 
-# mpuls WASKA has been developed on behalf of the 
-# Projekttraeger im Deutschen Zentrum fuer Luft- und Raumfahrt e.V. (PT-DLR)
-# within the programme Kompetenzagenturen (Durchfuehrungsphase) funded by
-# the Bundesministerium fuer Familie, Senioren, Frauen und Jugend and 
-# European Social Fund resources.
-from jmdweb.tests import *
-
-class TestCaseController(TestController):
-
-    def test_index(self):
-        response = self.app.get(url_for(controller='case'))
-        # Test response...

Deleted: wasko/branches/2.0/jmdweb/tests/functional/test_case_overview.py
===================================================================
--- wasko/branches/2.0/jmdweb/tests/functional/test_case_overview.py	2010-03-25 13:33:16 UTC (rev 2183)
+++ wasko/branches/2.0/jmdweb/tests/functional/test_case_overview.py	2010-03-25 13:35:01 UTC (rev 2184)
@@ -1,30 +0,0 @@
-# Copyright 2007, 2008 Intevation GmbH, Germany, <info at intevation.de>
-# 
-# This file is part of mpuls WASKA (CoMPUter-based case fiLeS - 
-# Web-Anwendungs-Server fuer Kompetenzagenturen).
-# 
-# mpuls WASKA is free software: you can redistribute it and/or modify it under
-# the terms of the GNU Affero General Public License as published by the
-# Free Software Foundation, either version 3 of the License, or (at your
-# option) any later version.
-# 
-# mpuls WASKA is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public
-# License for more details.
-# 
-# You should have received a copy of the GNU Affero General Public
-# License along with mpuls WASKA. If not, see <http://www.gnu.org/licenses/>.
-# 
-# mpuls WASKA has been developed on behalf of the 
-# Projekttraeger im Deutschen Zentrum fuer Luft- und Raumfahrt e.V. (PT-DLR)
-# within the programme Kompetenzagenturen (Durchfuehrungsphase) funded by
-# the Bundesministerium fuer Familie, Senioren, Frauen und Jugend and 
-# European Social Fund resources.
-from jmdweb.tests import *
-
-class TestCaseOverviewController(TestController):
-
-    def test_index(self):
-        response = self.app.get(url_for(controller='case_overview'))
-        # Test response...

Deleted: wasko/branches/2.0/jmdweb/tests/functional/test_caseappointment.py
===================================================================
--- wasko/branches/2.0/jmdweb/tests/functional/test_caseappointment.py	2010-03-25 13:33:16 UTC (rev 2183)
+++ wasko/branches/2.0/jmdweb/tests/functional/test_caseappointment.py	2010-03-25 13:35:01 UTC (rev 2184)
@@ -1,7 +0,0 @@
-from jmdweb.tests import *
-
-class TestCaseappointmentController(TestController):
-
-    def test_index(self):
-        response = self.app.get(url(controller='caseappointment', action='index'))
-        # Test response...

Deleted: wasko/branches/2.0/jmdweb/tests/functional/test_casedocument.py
===================================================================
--- wasko/branches/2.0/jmdweb/tests/functional/test_casedocument.py	2010-03-25 13:33:16 UTC (rev 2183)
+++ wasko/branches/2.0/jmdweb/tests/functional/test_casedocument.py	2010-03-25 13:35:01 UTC (rev 2184)
@@ -1,7 +0,0 @@
-from jmdweb.tests import *
-
-class TestCasedocumentController(TestController):
-
-    def test_index(self):
-        response = self.app.get(url(controller='casedocument', action='index'))
-        # Test response...

Deleted: wasko/branches/2.0/jmdweb/tests/functional/test_document.py
===================================================================
--- wasko/branches/2.0/jmdweb/tests/functional/test_document.py	2010-03-25 13:33:16 UTC (rev 2183)
+++ wasko/branches/2.0/jmdweb/tests/functional/test_document.py	2010-03-25 13:35:01 UTC (rev 2184)
@@ -1,30 +0,0 @@
-# Copyright 2007, 2008 Intevation GmbH, Germany, <info at intevation.de>
-# 
-# This file is part of mpuls WASKA (CoMPUter-based case fiLeS - 
-# Web-Anwendungs-Server fuer Kompetenzagenturen).
-# 
-# mpuls WASKA is free software: you can redistribute it and/or modify it under
-# the terms of the GNU Affero General Public License as published by the
-# Free Software Foundation, either version 3 of the License, or (at your
-# option) any later version.
-# 
-# mpuls WASKA is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public
-# License for more details.
-# 
-# You should have received a copy of the GNU Affero General Public
-# License along with mpuls WASKA. If not, see <http://www.gnu.org/licenses/>.
-# 
-# mpuls WASKA has been developed on behalf of the 
-# Projekttraeger im Deutschen Zentrum fuer Luft- und Raumfahrt e.V. (PT-DLR)
-# within the programme Kompetenzagenturen (Durchfuehrungsphase) funded by
-# the Bundesministerium fuer Familie, Senioren, Frauen und Jugend and 
-# European Social Fund resources.
-from jmdweb.tests import *
-
-class TestDocumentController(TestController):
-
-    def test_index(self):
-        response = self.app.get(url_for(controller='document'))
-        # Test response...

Deleted: wasko/branches/2.0/jmdweb/tests/functional/test_logbook.py
===================================================================
--- wasko/branches/2.0/jmdweb/tests/functional/test_logbook.py	2010-03-25 13:33:16 UTC (rev 2183)
+++ wasko/branches/2.0/jmdweb/tests/functional/test_logbook.py	2010-03-25 13:35:01 UTC (rev 2184)
@@ -1,30 +0,0 @@
-# Copyright 2007, 2008 Intevation GmbH, Germany, <info at intevation.de>
-# 
-# This file is part of mpuls WASKA (CoMPUter-based case fiLeS - 
-# Web-Anwendungs-Server fuer Kompetenzagenturen).
-# 
-# mpuls WASKA is free software: you can redistribute it and/or modify it under
-# the terms of the GNU Affero General Public License as published by the
-# Free Software Foundation, either version 3 of the License, or (at your
-# option) any later version.
-# 
-# mpuls WASKA is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public
-# License for more details.
-# 
-# You should have received a copy of the GNU Affero General Public
-# License along with mpuls WASKA. If not, see <http://www.gnu.org/licenses/>.
-# 
-# mpuls WASKA has been developed on behalf of the 
-# Projekttraeger im Deutschen Zentrum fuer Luft- und Raumfahrt e.V. (PT-DLR)
-# within the programme Kompetenzagenturen (Durchfuehrungsphase) funded by
-# the Bundesministerium fuer Familie, Senioren, Frauen und Jugend and 
-# European Social Fund resources.
-from jmdweb.tests import *
-
-class TestLogbookController(TestController):
-
-    def test_index(self):
-        response = self.app.get(url_for(controller='logbook'))
-        # Test response...

Deleted: wasko/branches/2.0/jmdweb/tests/functional/test_phase.py
===================================================================
--- wasko/branches/2.0/jmdweb/tests/functional/test_phase.py	2010-03-25 13:33:16 UTC (rev 2183)
+++ wasko/branches/2.0/jmdweb/tests/functional/test_phase.py	2010-03-25 13:35:01 UTC (rev 2184)
@@ -1,7 +0,0 @@
-from jmdweb.tests import *
-
-class TestPhaseController(TestController):
-
-    def test_index(self):
-        response = self.app.get(url_for(controller='phase'))
-        # Test response...

Deleted: wasko/branches/2.0/jmdweb/tests/functional/test_usersettings.py
===================================================================
--- wasko/branches/2.0/jmdweb/tests/functional/test_usersettings.py	2010-03-25 13:33:16 UTC (rev 2183)
+++ wasko/branches/2.0/jmdweb/tests/functional/test_usersettings.py	2010-03-25 13:35:01 UTC (rev 2184)
@@ -1,30 +0,0 @@
-# Copyright 2007, 2008 Intevation GmbH, Germany, <info at intevation.de>
-# 
-# This file is part of mpuls WASKA (CoMPUter-based case fiLeS - 
-# Web-Anwendungs-Server fuer Kompetenzagenturen).
-# 
-# mpuls WASKA is free software: you can redistribute it and/or modify it under
-# the terms of the GNU Affero General Public License as published by the
-# Free Software Foundation, either version 3 of the License, or (at your
-# option) any later version.
-# 
-# mpuls WASKA is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public
-# License for more details.
-# 
-# You should have received a copy of the GNU Affero General Public
-# License along with mpuls WASKA. If not, see <http://www.gnu.org/licenses/>.
-# 
-# mpuls WASKA has been developed on behalf of the 
-# Projekttraeger im Deutschen Zentrum fuer Luft- und Raumfahrt e.V. (PT-DLR)
-# within the programme Kompetenzagenturen (Durchfuehrungsphase) funded by
-# the Bundesministerium fuer Familie, Senioren, Frauen und Jugend and 
-# European Social Fund resources.
-from jmdweb.tests import *
-
-class TestUsersettingsController(TestController):
-
-    def test_index(self):
-        response = self.app.get(url_for(controller='usersettings'))
-        # Test response...



More information about the Mpuls-commits mailing list