示例#1
0
    def testAf2(self):
        path1 = r'./resource/3.3.2-Ringing_Timer_Stopped_Due_To_Call_Answered.dmf'
        path2 = r'./resource/3.3.3-Ringing_Timer_Stopped_Due_To_Call_Ignored.dmf'
        cmd1 = Command(path1, 0, 's')
        cmd2 = Command(path2, 0, 's')

        self.assertTrue(cmd1.sameAf2(cmd2))