Ignore:
Timestamp:
28 Aug 2013, 09:45:41 (11 years ago)
Author:
Henrik Bettermann
Message:

Rename module too.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/students/reports
Files:
2 moved

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/reports/tests/test_student_statistics.py

    r10550 r10551  
    55from zope.component import getUtility
    66from waeup.kofa.interfaces import IJobManager
    7 from waeup.kofa.students.reports.student_reports import (
     7from waeup.kofa.students.reports.student_statistics import (
    88    get_students_by, StudentStatisticsReport, IStudentStatisticsReport)
    99from waeup.kofa.students.tests.test_catalog import CatalogTestSetup
     
    129129        logcontent = open(logfile).read()
    130130        self.assertTrue(
    131             'INFO - zope.mgr - students.reports.student_reports.StudentStatisticsReportGeneratorPage - '
     131            'INFO - zope.mgr - students.reports.student_statistics.StudentStatisticsReportGeneratorPage - '
    132132            'report %s created: Students (session=2004, mode=All)'
    133133            % job_id in logcontent
    134134            )
    135135        self.assertTrue(
    136             'INFO - zope.mgr - students.reports.student_reports.StudentStatisticsReportPDFView - '
     136            'INFO - zope.mgr - students.reports.student_statistics.StudentStatisticsReportPDFView - '
    137137            'report %s downloaded: StudentStatisticsReport_2004_2005_All_'
    138138            % job_id in logcontent
Note: See TracChangeset for help on using the changeset viewer.