X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=test%2Fresources%2Fomf%2Fomf5_vlc_normal_case.py;h=88971d3d97d6d72b13ec3037079caab63ed5ff42;hb=3c4a5dac5faabde3aabcab72adc1d9be1af32643;hp=14a2ad0850be2657ad0d3c9f9af1d73e7ded86c8;hpb=9787d4609a6ffd444a2f318772406f5b30df9b30;p=nepi.git diff --git a/test/resources/omf/omf5_vlc_normal_case.py b/test/resources/omf/omf5_vlc_normal_case.py index 14a2ad08..88971d3d 100755 --- a/test/resources/omf/omf5_vlc_normal_case.py +++ b/test/resources/omf/omf5_vlc_normal_case.py @@ -37,16 +37,16 @@ class OMFResourceFactoryTestCase(unittest.TestCase): def test_creation_phase(self): self.assertEquals(OMFNode.get_rtype(), "OMFNode") - self.assertEquals(len(OMFNode._attributes), 7) + self.assertEquals(len(OMFNode._attributes), 8) self.assertEquals(OMFWifiInterface.get_rtype(), "OMFWifiInterface") - self.assertEquals(len(OMFWifiInterface._attributes), 11) + self.assertEquals(len(OMFWifiInterface._attributes), 12) self.assertEquals(OMFChannel.get_rtype(), "OMFChannel") - self.assertEquals(len(OMFChannel._attributes), 7) + self.assertEquals(len(OMFChannel._attributes), 8) self.assertEquals(OMFApplication.get_rtype(), "OMFApplication") - self.assertEquals(len(OMFApplication._attributes), 13) + self.assertEquals(len(OMFApplication._attributes), 14) class OMFEachTestCase(unittest.TestCase): def setUp(self):