#157-test-tempSensor #176
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked-waiting-for-further-changes
bug
bug-only-on-server-for-mobile-not-webpage
Bug-Report-After-Merge
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
further-changes-needed
future-problem-not-fixint-this-period
help wanted
invalid
last-week-issue-to-fix
library
low-priority
needs input
needs review
not-implemented.
project documentation
question
research
reviewed
Script
security
SQL
style
Team 1
Team 2
team leaders
test-creation
testing
topLevel
unassigned
Under-review
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#157-test-tempSensor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
pull-request to merge branch into team 1 branch
Assigned a24hirsa to review.
Code looks good and test can run on Linux machines from the test folder with no error, and outside in parent folder with some errors but still succeeding
Make sure to close VScode or your IDE then open it again to update and load in new packages and dependencies needed to run Xunit tests. If this still doesn't work go to the wiki and follow the Add Xunit to project guide here https://git.webug.se/Andras/BoundlessFlowCampus2K/wiki/xUnit
Code looks good and test runs on a windows machine. I get some warnings regarding the MQTTnet version, but I'm ignoring these since I can't seem to add the right package version even when specifying which version to add.
Note: I ran the test from a PowerShell instance, if it doesn't work using VSCode then do what Hirad mentions here:
@a24hirsa wrote in #176 (comment):
Because all of the testers have had some issues regarding packages the issue will go through a final test, i will do this review.
Because all of the testers have had some issues regarding packages the issue will go through a final test, i will do this review.
After changing the package reference to the version of MQT that is available i got a clean result of the tests.
The tests where conducted with an entirely new clone of the project.
The issue with MQT will be researched, but it is not related to this issue.
Well done!