1
0
Fork 0

m2ua: Rename to M2UAMSGTest as it tests M2UAMSG

And move it into a new category
This commit is contained in:
Holger Hans Peter Freyther 2013-04-01 15:03:13 +02:00
parent 3423039406
commit 94498315cb
2 changed files with 3 additions and 3 deletions

View File

@ -240,8 +240,8 @@ TestCase subclass: MessageBufferTest [
]
]
TestCase subclass: M2UATests [
<category: 'OsmoNetwork-Tests'>
TestCase subclass: M2UAMSGTests [
<category: 'OsmoNetwork-M2UA-Tests'>
testUnique [
"This should have some sanity checks on the enum"

View File

@ -38,7 +38,7 @@
<sunit>Osmo.IPAGSTTests</sunit>
<sunit>Osmo.IPAMsgTests</sunit>
<sunit>Osmo.MessageBufferTest</sunit>
<sunit>Osmo.M2UATests</sunit>
<sunit>Osmo.M2UAMSGTests</sunit>
<sunit>Osmo.ISUPGeneratedTest</sunit>
<sunit>Osmo.OsmoUDPSocketTest</sunit>
<sunit>Osmo.TLVDescriptionTest</sunit>