Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iotivity-lite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IoTivity
iotivity-lite
Commits
4b76a1df
Commit
4b76a1df
authored
Mar 20, 2020
by
George Nash
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove print statments from OCRepresentationTest code
Signed-off-by:
George Nash
<
george.nash@intel.com
>
parent
207bbfde
Pipeline
#582
passed with stage
in 6 minutes and 12 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
swig/iotivity-lite-java/junit/org/iotivity/OCRepresentationTest.java
...ty-lite-java/junit/org/iotivity/OCRepresentationTest.java
+2
-2
No files found.
swig/iotivity-lite-java/junit/org/iotivity/OCRepresentationTest.java
View file @
4b76a1df
...
...
@@ -365,8 +365,8 @@ public class OCRepresentationTest {
+
" }]\n"
+
"}\n"
,
OCRep
.
toJSON
(
rep
,
true
));
System
.
out
.
println
(
rep
.
getType
());
System
.
out
.
println
(
rep
.
getName
());
assertEquals
(
OCType
.
OC_REP_OBJECT_ARRAY
,
rep
.
getType
());
assertEquals
(
"space_2001"
,
rep
.
getName
());
OCRepresentation
space2001Out
=
OCRep
.
getObjectArray
(
rep
,
"space_2001"
);
assertNotNull
(
space2001Out
);
...
...
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