Skip to content

Commit 6609833

Browse files
committed
check_library_properties: Use http://example.com as url field value in all test library.properties files
The previous URL was returning a 429 (too many requests) error at the end of the unit tests, causing the tests to fail.
1 parent 88f1663 commit 6609833

File tree

45 files changed

+45
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+45
-45
lines changed

tests/check_library_properties/ArchitectureAliasWithValidMatch/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maintainer=Foo Bar <[email protected]>
55
sentence=Foo all the bars.
66
paragraph=The most advanced foo.
77
category=Data Storage
8-
url=https://github.com/arduino/Arduino
8+
url=http://example.com
99
architectures=avr,Avr
1010
dot_a_linkage=true
1111
includes=Foobar.h

tests/check_library_properties/ArchitectureAliasWithoutValidMatch/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maintainer=Foo Bar <[email protected]>
55
sentence=Foo all the bars.
66
paragraph=The most advanced foo.
77
category=Data Storage
8-
url=https://github.com/arduino/Arduino
8+
url=http://example.com
99
architectures=AVR
1010
dot_a_linkage=true
1111
includes=Foobar.h

tests/check_library_properties/ArchitecturesEmpty/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maintainer=Foo Bar <[email protected]>
55
sentence=Foo all the bars.
66
paragraph=The most advanced foo.
77
category=Data Storage
8-
url=https://github.com/arduino/Arduino
8+
url=http://example.com
99
architectures=
1010
dot_a_linkage=true
1111
includes=Foobar.h

tests/check_library_properties/ArchitecturesMisspelled/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maintainer=Foo Bar <[email protected]>
55
sentence=Foo all the bars.
66
paragraph=The most advanced foo.
77
category=Data Storage
8-
url=https://github.com/arduino/Arduino
8+
url=http://example.com
99
architecture=*
1010
dot_a_linkage=true
1111
includes=Foobar.h

tests/check_library_properties/BOM/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maintainer=Foo Bar <[email protected]>
55
sentence=Foo all the bars.
66
paragraph=The most advanced foo.
77
category=Data Storage
8-
url=https://github.com/arduino/Arduino
8+
url=http://example.com
99
architectures=*
1010
dot_a_linkage=true
1111
includes=Foobar.h

tests/check_library_properties/BlankName/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maintainer=Foo Bar <[email protected]>
55
sentence=Foo all the bars.
66
paragraph=The most advanced foo.
77
category=Data Storage
8-
url=https://github.com/arduino/Arduino
8+
url=http://example.com
99
architectures=*
1010
dot_a_linkage=true
1111
includes=Foobar.h

tests/check_library_properties/DotAlinkagesField/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maintainer=Foo Bar <[email protected]>
55
sentence=Foo all the bars.
66
paragraph=The most advanced foo.
77
category=Data Storage
8-
url=https://github.com/arduino/Arduino
8+
url=http://example.com
99
architectures=*
1010
dot_a_linkages=true
1111
includes=Foobar.h

tests/check_library_properties/EmailInsteadOfMaintainer/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ email=Foo Bar <[email protected]>
55
sentence=Foo all the bars.
66
paragraph=The most advanced foo.
77
category=Data Storage
8-
url=https://github.com/arduino/Arduino
8+
url=http://example.com
99
architectures=*
1010
dot_a_linkage=true
1111
includes=Foobar.h

tests/check_library_properties/EmptyIncludes/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maintainer=Foo Bar <[email protected]>
55
sentence=Foo all the bars.
66
paragraph=The most advanced foo.
77
category=Data Storage
8-
url=https://github.com/arduino/Arduino
8+
url=http://example.com
99
architectures=*
1010
dot_a_linkage=true
1111
includes=

tests/check_library_properties/IncludeField/library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ maintainer=Foo Bar <[email protected]>
55
sentence=Foo all the bars.
66
paragraph=The most advanced foo.
77
category=Data Storage
8-
url=https://github.com/arduino/Arduino
8+
url=http://example.com
99
architectures=*
1010
dot_a_linkage=true
1111
include=Foobar.h

0 commit comments

Comments
 (0)