Changeset 382 for collective.imstransport
- Timestamp:
- 07/13/09 15:37:16 (3 years ago)
- Location:
- collective.imstransport/trunk/collective/imstransport/tests
- Files:
-
- 5 modified
-
base.py (modified) (1 diff)
-
testCC.py (modified) (2 diffs)
-
testCP.py (modified) (1 diff)
-
testIMSCCReader.py (modified) (1 diff)
-
testWebCT.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
collective.imstransport/trunk/collective/imstransport/tests/base.py
r175 r382 1 ################################################################################## 2 # Copyright (c) 2004-2009 Utah State University, All rights reserved. 3 # Portions copyright 2009 Massachusetts Institute of Technology, All rights reserved. 4 # 5 # This program is free software; you can redistribute it and/or modify 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 9 # 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 # GNU General Public License for more details. 14 # 15 # You should have received a copy of the GNU General Public License 16 # along with this program; if not, write to the Free Software 17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 # 19 ################################################################################## 20 21 __author__ = '''Brent Lambert, David Ray, Jon Thomas''' 22 __version__ = '$ Revision 0.0 $'[11:-2] 1 23 2 24 from zope.testing import doctest -
collective.imstransport/trunk/collective/imstransport/tests/testCC.py
r211 r382 1 ################################################################################## 2 # Copyright (c) 2004-2009 Utah State University, All rights reserved. 3 # Portions copyright 2009 Massachusetts Institute of Technology, All rights reserved. 4 # 5 # This program is free software; you can redistribute it and/or modify 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 9 # 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 # GNU General Public License for more details. 14 # 15 # You should have received a copy of the GNU General Public License 16 # along with this program; if not, write to the Free Software 17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 # 19 ################################################################################## 20 21 __author__ = '''Brent Lambert, David Ray, Jon Thomas''' 22 __version__ = '$ Revision 0.0 $'[11:-2] 1 23 2 24 from base import IMSTransportTestCase … … 158 180 metadata = general + lifecycle 159 181 182 160 183 class TestCCReader(IMSTransportTestCase): 161 184 """ -
collective.imstransport/trunk/collective/imstransport/tests/testCP.py
r314 r382 1 ################################################################################## 2 # Copyright (c) 2004-2009 Utah State University, All rights reserved. 3 # Portions copyright 2009 Massachusetts Institute of Technology, All rights reserved. 4 # 5 # This program is free software; you can redistribute it and/or modify 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 9 # 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 # GNU General Public License for more details. 14 # 15 # You should have received a copy of the GNU General Public License 16 # along with this program; if not, write to the Free Software 17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 # 19 ################################################################################## 20 21 __author__ = '''Brent Lambert, David Ray, Jon Thomas''' 22 __version__ = '$ Revision 0.0 $'[11:-2] 23 1 24 from base import IMSTransportTestCase 2 25 from collective.imstransport.utilities.imscp.cpreader import CPReader -
collective.imstransport/trunk/collective/imstransport/tests/testIMSCCReader.py
r202 r382 1 ################################################################################## 2 # Copyright (c) 2004-2009 Utah State University, All rights reserved. 3 # Portions copyright 2009 Massachusetts Institute of Technology, All rights reserved. 4 # 5 # This program is free software; you can redistribute it and/or modify 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 9 # 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 # GNU General Public License for more details. 14 # 15 # You should have received a copy of the GNU General Public License 16 # along with this program; if not, write to the Free Software 17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 # 19 ################################################################################## 20 21 __author__ = '''Brent Lambert, David Ray, Jon Thomas''' 22 __version__ = '$ Revision 0.0 $'[11:-2] 1 23 2 24 from base import IMSTransportTestCase -
collective.imstransport/trunk/collective/imstransport/tests/testWebCT.py
r350 r382 1 ################################################################################## 2 # Copyright (c) 2004-2009 Utah State University, All rights reserved. 3 # Portions copyright 2009 Massachusetts Institute of Technology, All rights reserved. 4 # 5 # This program is free software; you can redistribute it and/or modify 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 9 # 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 # GNU General Public License for more details. 14 # 15 # You should have received a copy of the GNU General Public License 16 # along with this program; if not, write to the Free Software 17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 # 19 ################################################################################## 20 21 __author__ = '''Brent Lambert, David Ray, Jon Thomas''' 22 __version__ = '$ Revision 0.0 $'[11:-2] 23 1 24 from base import IMSTransportTestCase 2 25 from collective.imstransport.utilities.webct.webctreader import WebCTReader … … 4 27 from unittest import TestSuite, makeSuite 5 28 from xml.dom import minidom 6 7 8 29 9 30 manifests = """"<manifest>
