Skip to content

Commit

Permalink
re-enable read-test
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Sep 24, 2019
1 parent 4b95fb6 commit 9886945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uatest/read_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ func TestRead(t *testing.T) {
v interface{}
}{
{ua.NewStringNodeID(2, "ro_bool"), true},
//{ua.NewStringNodeID(2, "rw_bool"), true},
{ua.NewStringNodeID(2, "rw_bool"), true},
{ua.NewStringNodeID(2, "ro_int32"), int32(5)},
//{ua.NewStringNodeID(2, "rw_int32"), int32(5)},
{ua.NewStringNodeID(2, "rw_int32"), int32(5)},
}

srv := NewServer("rw_server.py")
Expand Down

0 comments on commit 9886945

Please sign in to comment.