def __init__(self, _edStringTestName=None):
     EDTestCasePluginExecuteControlIndexingv10.__init__(self, _edStringTestName)
     self.setRequiredPluginConfiguration("EDPluginLabelitIndexingv1_1")
     edStringConfigurationLabelit = os.path.join(self.getPluginTestsDataHome(), "XSConfiguration_IndexingWithLabelit.xml")
     self.setConfigurationFile(edStringConfigurationLabelit)
     self.setDataInputFile(os.path.join(self.getPluginTestsDataHome(), "XSDataIndexingInput_withForcedSymmetry.xml"))
     self.strReferenceDataOutputFile = os.path.join(self.getPluginTestsDataHome(), "XSDataIndexingResult_withForcedSymmetry.xml")
Example #2
0
 def __init__(self, _edStringTestName=None):
     EDTestCasePluginExecuteControlIndexingv10.__init__(
         self, _edStringTestName)
     self.setRequiredPluginConfiguration("EDPluginLabelitIndexingv1_1")
     edStringConfigurationLabelit = os.path.join(
         self.getPluginTestsDataHome(),
         "XSConfiguration_IndexingWithLabelit.xml")
     self.setConfigurationFile(edStringConfigurationLabelit)
Example #3
0
 def __init__(self, _edStringTestName=None):
     EDTestCasePluginExecuteControlIndexingv10.__init__(
         self, _edStringTestName)
     self.setRequiredPluginConfiguration("EDPluginMOSFLMIndexingv10")
     self.setConfigurationFile(self.getRefConfigFile())
     self.setDataInputFile(
         os.path.join(self.getPluginTestsDataHome(),
                      "XSDataIndexingInput_withForcedSymmetry.xml"))
     self.strReferenceDataOutputFile = os.path.join(
         self.getPluginTestsDataHome(),
         "XSDataIndexingResult_withForcedSymmetry.xml")
 def __init__(self, _edStringTestName=None):
     EDTestCasePluginExecuteControlIndexingv10.__init__(self, _edStringTestName)
     self.setRequiredPluginConfiguration("EDPluginLabelitIndexingv1_1")
Example #5
0
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"

import os

from EDTestCasePluginExecuteControlIndexingv10 import EDTestCasePluginExecuteControlIndexingv10


class EDTestCasePluginExecuteControlIndexingv10withForcedSymmetry(
        EDTestCasePluginExecuteControlIndexingv10):
    def __init__(self, _edStringTestName=None):
        EDTestCasePluginExecuteControlIndexingv10.__init__(
            self, _edStringTestName)
        self.setRequiredPluginConfiguration("EDPluginMOSFLMIndexingv10")
        self.setConfigurationFile(self.getRefConfigFile())
        self.setDataInputFile(
            os.path.join(self.getPluginTestsDataHome(),
                         "XSDataIndexingInput_withForcedSymmetry.xml"))
        self.strReferenceDataOutputFile = os.path.join(
            self.getPluginTestsDataHome(),
            "XSDataIndexingResult_withForcedSymmetry.xml")

    def process(self):
        self.addTestMethod(self.testExecute)


if __name__ == '__main__':

    edTestCasePluginExecuteControlIndexingv10 = EDTestCasePluginExecuteControlIndexingv10(
        "EDTestCasePluginExecuteControlIndexingv10")
    edTestCasePluginExecuteControlIndexingv10.execute()
 def __init__(self, _edStringTestName=None):
     EDTestCasePluginExecuteControlIndexingv10.__init__(self, _edStringTestName)
     self.setRequiredPluginConfiguration("EDPluginLabelitIndexingv1_1")
     edStringConfigurationLabelit = os.path.join(self.getPluginTestsDataHome(), "XSConfiguration_IndexingWithLabelit.xml")
     self.setConfigurationFile(edStringConfigurationLabelit)