Esempio n. 1
0
    def _test_Yasara(self):
        'Test is incomplete; do NOT use.'
        entryId = "testYasara"
        cingDirTmpTest = os.path.join( cingDirTmp, getCallerName() )
        mkdirs( cingDirTmpTest )
        self.failIf(os.chdir(cingDirTmpTest), msg =
            "Failed to change to test directory for files: " + cingDirTmpTest)
        project = Project( entryId )
#            project = Project.open( entryId, status='old' )
        project.yasaraShell()
        yasara.Exit() # FAILS to ext really.
Esempio n. 2
0
 def _test_Yasara(self):
     'Test is incomplete; do NOT use.'
     entryId = "testYasara"
     cingDirTmpTest = os.path.join(cingDirTmp, getCallerName())
     mkdirs(cingDirTmpTest)
     self.failIf(os.chdir(cingDirTmpTest),
                 msg="Failed to change to test directory for files: " +
                 cingDirTmpTest)
     project = Project(entryId)
     #            project = Project.open( entryId, status='old' )
     project.yasaraShell()
     yasara.Exit()  # FAILS to ext really.