Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
40c36e29
Commit
40c36e29
authored
Feb 28, 2016
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(tests): изменения под новый catch
parent
3b417c34
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
tests.cc
extensions/LogicProcessor/tests/tests.cc
+1
-1
run_test_mbtcpmaster.cc
extensions/ModbusMaster/tests/run_test_mbtcpmaster.cc
+1
-1
run_test_mbtcpmultimaster.cc
extensions/ModbusMaster/tests/run_test_mbtcpmultimaster.cc
+1
-1
tests_with_sm.cc
extensions/ModbusSlave/tests/tests_with_sm.cc
+1
-1
tests.cc
extensions/SharedMemory/tests/tests.cc
+1
-1
tests_with_sm.cc
extensions/UNetUDP/tests/tests_with_sm.cc
+1
-1
tests_with_conf.cc
extensions/tests/tests_with_conf.cc
+1
-1
tests_with_sm.cc
extensions/tests/tests_with_sm.cc
+1
-1
tests_with_conf.cc
tests/tests_with_conf.cc
+1
-1
No files found.
extensions/LogicProcessor/tests/tests.cc
View file @
40c36e29
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
using
namespace
std
;
using
namespace
std
;
using
namespace
UniSetTypes
;
using
namespace
UniSetTypes
;
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
int
main
(
int
argc
,
char
*
argv
[]
)
int
main
(
int
argc
,
c
onst
c
har
*
argv
[]
)
{
{
try
try
{
{
...
...
extensions/ModbusMaster/tests/run_test_mbtcpmaster.cc
View file @
40c36e29
...
@@ -16,7 +16,7 @@ using namespace UniSetExtensions;
...
@@ -16,7 +16,7 @@ using namespace UniSetExtensions;
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
std
::
shared_ptr
<
SharedMemory
>
shm
;
std
::
shared_ptr
<
SharedMemory
>
shm
;
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
int
main
(
int
argc
,
char
*
argv
[]
)
int
main
(
int
argc
,
c
onst
c
har
*
argv
[]
)
{
{
try
try
{
{
...
...
extensions/ModbusMaster/tests/run_test_mbtcpmultimaster.cc
View file @
40c36e29
...
@@ -13,7 +13,7 @@ using namespace std;
...
@@ -13,7 +13,7 @@ using namespace std;
using
namespace
UniSetTypes
;
using
namespace
UniSetTypes
;
using
namespace
UniSetExtensions
;
using
namespace
UniSetExtensions
;
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
int
main
(
int
argc
,
char
*
argv
[]
)
int
main
(
int
argc
,
c
onst
c
har
*
argv
[]
)
{
{
try
try
{
{
...
...
extensions/ModbusSlave/tests/tests_with_sm.cc
View file @
40c36e29
...
@@ -13,7 +13,7 @@ using namespace std;
...
@@ -13,7 +13,7 @@ using namespace std;
using
namespace
UniSetTypes
;
using
namespace
UniSetTypes
;
using
namespace
UniSetExtensions
;
using
namespace
UniSetExtensions
;
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
int
main
(
int
argc
,
char
*
argv
[]
)
int
main
(
int
argc
,
c
onst
c
har
*
argv
[]
)
{
{
try
try
{
{
...
...
extensions/SharedMemory/tests/tests.cc
View file @
40c36e29
...
@@ -16,7 +16,7 @@ using namespace UniSetExtensions;
...
@@ -16,7 +16,7 @@ using namespace UniSetExtensions;
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
std
::
shared_ptr
<
TestObject
>
obj
;
std
::
shared_ptr
<
TestObject
>
obj
;
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
int
main
(
int
argc
,
char
*
argv
[]
)
int
main
(
int
argc
,
c
onst
c
har
*
argv
[]
)
{
{
try
try
{
{
...
...
extensions/UNetUDP/tests/tests_with_sm.cc
View file @
40c36e29
...
@@ -13,7 +13,7 @@ using namespace std;
...
@@ -13,7 +13,7 @@ using namespace std;
using
namespace
UniSetTypes
;
using
namespace
UniSetTypes
;
using
namespace
UniSetExtensions
;
using
namespace
UniSetExtensions
;
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
int
main
(
int
argc
,
char
*
argv
[]
)
int
main
(
int
argc
,
c
onst
c
har
*
argv
[]
)
{
{
try
try
{
{
...
...
extensions/tests/tests_with_conf.cc
View file @
40c36e29
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#include <iostream>
#include <iostream>
#include "Configuration.h"
#include "Configuration.h"
int
main
(
int
argc
,
char
*
argv
[]
)
int
main
(
int
argc
,
c
onst
c
har
*
argv
[]
)
{
{
try
try
{
{
...
...
extensions/tests/tests_with_sm.cc
View file @
40c36e29
...
@@ -43,7 +43,7 @@ shared_ptr<SMInterface> smiInstance()
...
@@ -43,7 +43,7 @@ shared_ptr<SMInterface> smiInstance()
return
smi
;
return
smi
;
}
}
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
int
main
(
int
argc
,
char
*
argv
[]
)
int
main
(
int
argc
,
c
onst
c
har
*
argv
[]
)
{
{
try
try
{
{
...
...
tests/tests_with_conf.cc
View file @
40c36e29
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#include <iostream>
#include <iostream>
#include "Configuration.h"
#include "Configuration.h"
int
main
(
int
argc
,
char
*
argv
[]
)
int
main
(
int
argc
,
c
onst
c
har
*
argv
[]
)
{
{
try
try
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment