Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSIP-42
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hall of Fame
CSIP-42
Commits
e9435201
Commit
e9435201
authored
3 years ago
by
Szabó Árpád
Browse files
Options
Downloads
Patches
Plain Diff
merge conflict
parent
4efe0df7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#15589
passed
3 years ago
Stage: build
Stage: test_unix
Stage: test_win
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CSIP-42.ThemePark.Model.Construction.Test/ConstructionTest.cs
+1
-1
1 addition, 1 deletion
...-42.ThemePark.Model.Construction.Test/ConstructionTest.cs
CSIP-42.ThemePark.ViewModel/MainViewModel.cs
+1
-1
1 addition, 1 deletion
CSIP-42.ThemePark.ViewModel/MainViewModel.cs
with
2 additions
and
2 deletions
CSIP-42.ThemePark.Model.Construction.Test/ConstructionTest.cs
+
1
−
1
View file @
e9435201
...
...
@@ -808,7 +808,7 @@ namespace CSIP_42.Model.Construction.Test
}
//This method builds a LARGE random park
//
[TestMethod] //Non-Trivial - This method does not test Graph Router Searching Algorithms, because the algo. is good as proven before
[
TestMethod
]
//Non-Trivial - This method does not test Graph Router Searching Algorithms, because the algo. is good as proven before
public
void
SimulatedBuildingCaseMassive
()
{
Model
.
N
=
45
;
...
...
This diff is collapsed.
Click to expand it.
CSIP-42.ThemePark.ViewModel/MainViewModel.cs
+
1
−
1
View file @
e9435201
...
...
@@ -1281,7 +1281,7 @@ namespace CSIP_42.ViewModel
{
try
{
var
datas
=
_model
.
GetEntitiyInfoForPosition
(
new
Position
(
Panel
XWithOffset
,
Panel
YWithOffset
));
var
datas
=
_model
.
GetEntitiyInfoForPosition
(
new
Position
(
TableMouse
XWithOffset
,
TableMouse
YWithOffset
));
if
(
datas
==
null
)
{
ItemExtraDetailsToolTipText
=
""
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment