Commit 2178e6d
committed
functional-tests: remove outdated tests that do not use internal fields
The test case called 'internalFieldOfStructCanBeAccessed' initially
used internal fields, but the usage was removed when it stopped to
compile.
The fields 'someInteger' and 'someLong' are public in public type:
```
struct SomeStructWithInternalMembers {
someInteger: Int
someLong: Long
```
Signed-off-by: Patryk Wrobel <183546751+pwrobeldev@users.noreply.github.com>1 parent 058c0ab commit 2178e6d
1 file changed
Lines changed: 4 additions & 12 deletions
File tree
- functional-tests/functional/android/src/test/java/com/here/android/test
Lines changed: 4 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 43 | | |
51 | 44 | | |
52 | 45 | | |
| 46 | + | |
| 47 | + | |
53 | 48 | | |
54 | 49 | | |
55 | 50 | | |
| |||
61 | 56 | | |
62 | 57 | | |
63 | 58 | | |
| 59 | + | |
| 60 | + | |
64 | 61 | | |
65 | 62 | | |
66 | 63 | | |
| |||
70 | 67 | | |
71 | 68 | | |
72 | 69 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 70 | | |
79 | 71 | | |
80 | 72 | | |
| |||
0 commit comments