Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wip/mango 1945/fix failing tests #1

Draft
wants to merge 576 commits into
base: master
Choose a base branch
from

Conversation

kishorevenki
Copy link

Fixed the failed tests in BACnet4J. Tested the new commits in Teamcity and all the tests are passing. Kindly review.

mlohbihler and others added 30 commits August 23, 2017 14:11
Fixing pom.xml code block
Update BACnetTest.java , let it is usable in Release 4.0.1
Update BACnetTest.java , let it is usable in 4.0.1
forwarded if the router was previously unknown.
terrypacker and others added 30 commits October 19, 2021 14:33
…e-address'

# Conflicts:
#	README.md
#	src/main/java/com/serotonin/bacnet4j/LocalDevice.java
#	src/main/java/com/serotonin/bacnet4j/npdu/Network.java
#	src/main/java/com/serotonin/bacnet4j/npdu/NetworkUtils.java
add dependabot
adding sales contact info for license
We recently realized that our GitHub Workflows are potentially unsafe. Delete the dependabot.yml from all the projects in the repo.
* RAD-4123 Allow null values for daily and exception schedule

* RAD-4123 Allow null values for daily and exception schedule

* Update README.md
RAD-5573 Improve scheduling and validation logic for Schedule Object
Remove Eclipse settings
Add IntelliJ settings
Add additional deploy plugin execution
* Add option to update the remote device cache

* Make LocalDevice implement AutoClosable

* Add test for expirationCheck

* Fix case where iAmReceived newDevice is same instance

Move callback outside synchronized
Make RemoteDeviceDiscoverer implement AutoClosable
Add tests for startRemoteDeviceDiscovery method

* Add Javadoc, fix imports

* Update README.md

* Add flatten-maven-plugin
* Add SonarQube workflow.
…Builder to get the Local IP Address, Broadcast Address and Subnet Mask (#109)

* MANGO-1817 - fix build methods in IpNetworkBuilder to get the Local IP address, Broadcast and SubnetMask assigned to the NIC.
MANGO-1818 - Deprecate withReuseAddress in IpNetworkBuilder as this flag would be set based on the OS
MANGO-1832 - Add new method to build the network from the interface name in IpNetworkBuilder
Add Unit Tests for the above feature  IpNetworkBuilderTest
Remove usage withReuseAddress in ahoc/IPMasterTest and adhoc/MultipleLocalDevices
Change BACnet4J revision from 6.0.1-SNAPSHOT to 6.1.0-SNAPSHOT

* Incorporated the changes as per the review comments.

* Improvement - The details of NIC are stored in Record format instead of List of strings.
Improvement - Improve the methods in IpNetworkUtils.java
Improvement - Improve the formatting of the comments using HTML List, parameter and return definition
Improvement - Improve the build methods in IPMaster.java
Improvement - pom.xml - Change the source and target java version to 21 from 1.8 to accommodate record type

* fix - test failure in BBMDTest.java
fix - test failure in IpNetworkBuilderTest.java
improvement in comments
incoporate review comments

* fix - Test failed because mock method is not called

* improvement - add Exception handler for incorrect configuration of host

* fix - Tests in TrendLog and TrendLogObjects Test
fix - Tests in DefaultTransportTest
improvement - add Exception handler for incorrect configuration of host

* fix - Tests in TrendLog and TrendLogObjects Test
fix - Tests in DefaultTransportTest
improvement - add Exception handler for incorrect configuration of host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.