~ubuntu-branches/ubuntu/utopic/resiprocate/utopic

« back to all changes in this revision

Viewing changes to resip/stack/test/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2014-03-25 21:34:22 UTC
  • mfrom: (18.1.26 sid)
  • Revision ID: package-import@ubuntu.com-20140325213422-s8qr5lsrnjfkbm8i
* New upstream release
* Fix crash in librecon when UA is not using
  a UserProfile derived from ConversationProfile (Closes: #742638)
* Ensure consistent use of milliseconds in DTMF tone API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        testPksc7 \
52
52
        testPlainContents \
53
53
        testRlmi \
 
54
        testDtmfPayload \
54
55
        testSdp \
55
56
        testSelectInterruptor \
56
57
        testSipFrag \
92
93
        testPlainContents \
93
94
        testResponses \
94
95
        testRlmi \
 
96
        testDtmfPayload \
95
97
        testSdp \
96
98
        testSelect \
97
99
        testSelectInterruptor \
129
131
testCorruption_SOURCES = testCorruption.cxx
130
132
testDigestAuthentication_SOURCES = testDigestAuthentication.cxx TestSupport.cxx
131
133
testDtlsTransport_SOURCES = testDtlsTransport.cxx
 
134
testDtmfPayload_SOURCES = testDtmfPayload.cxx
132
135
testDns_SOURCES = testDns.cxx
133
136
testEmbedded_SOURCES = testEmbedded.cxx
134
137
testEmptyHeader_SOURCES = testEmptyHeader.cxx TestSupport.cxx