Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 import sys
00019 sys.path.insert(1,"../")
00020
00021 import unittest
00022 from PortProfileHelper import *
00023
00024 import CORBA
00025 import OpenRTM_aist
00026 import RTC, RTC__POA
00027
00028
00029
00030 class TestPortProfileHelper(unittest.TestCase):
00031 def setUp(self):
00032 return
00033
00034
00035
00036
00037 if __name__ == '__main__':
00038 unittest.main()