-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add unit test for duplicate file names
- Loading branch information
Justine West
committed
Jun 7, 2024
1 parent
697603c
commit 61e31ef
Showing
8 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
module M { | ||
|
||
topology Duplicate { | ||
} | ||
} | ||
|
||
topology Duplicate { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
fpp-to-dict | ||
[ local path prefix ]/tools/fpp-to-dict/test/top/duplicate.fpp:7.1 | ||
topology Duplicate { | ||
^ | ||
error: duplicate JSON file DuplicateTopologyDictionary.json | ||
previous file would be generated here: | ||
[ local path prefix ]/tools/fpp-to-dict/test/top/duplicate.fpp:3.3 | ||
topology Duplicate { | ||
^ |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
tests=" | ||
multipleTops | ||
dataProducts | ||
duplicate | ||
" |