mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Tidied up unit test code layout
This commit is contained in:
parent
bfa167a054
commit
f3af250ff7
51 changed files with 201 additions and 108 deletions
|
|
@ -332,6 +332,7 @@ bool OSCSender::send (const OSCBundle& bundle) { return pimpl->send (bundle
|
|||
bool OSCSender::sendToIPAddress (const String& host, int port, const OSCMessage& message) { return pimpl->send (message, host, port); }
|
||||
bool OSCSender::sendToIPAddress (const String& host, int port, const OSCBundle& bundle) { return pimpl->send (bundle, host, port); }
|
||||
|
||||
|
||||
//==============================================================================
|
||||
//==============================================================================
|
||||
#if JUCE_UNIT_TESTS
|
||||
|
|
@ -867,7 +868,6 @@ public:
|
|||
|
||||
static OSCRoundTripTests OSCRoundTripUnitTests;
|
||||
|
||||
//==============================================================================
|
||||
#endif // JUCE_UNIT_TESTS
|
||||
#endif
|
||||
|
||||
} // namespace juce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue