Skip to content

Commit

Permalink
move testing resources to test resources
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairhamed committed Apr 24, 2016
1 parent 2186e15 commit 73a447e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func TestParseInfoModel(t *testing.T) {
m := ParseFile("./TI_SensorTag_CC2650.infomodel")
m := ParseFile("./testresources/TI_SensorTag_CC2650.infomodel")

assert.Equal(t, "examples.informationmodels.sensors", m.Namespace)
assert.Equal(t, "1.0.0", m.Version)
Expand Down Expand Up @@ -60,7 +60,7 @@ func TestParseInfoModel(t *testing.T) {
}

func TestParseFunctionBlock(t *testing.T) {
m := ParseFile("./Battery.fbmodel")
m := ParseFile("./testresources/Battery.fbmodel")

assert.Equal(t, "examples.functionblockmodels.metering", m.Namespace)
assert.Equal(t, "1.0.0", m.Version)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 73a447e

Please sign in to comment.