File: hotfix_for_acc_metric_test

package info (click to toggle)
analizo 1.25.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,916 kB
  • sloc: perl: 3,325; cpp: 1,780; ansic: 663; cs: 378; java: 265; sh: 104; makefile: 89
file content (20 lines) | stat: -rw-r--r-- 875 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: HOTFIX failing automated test for ACC metric
DEP: 3
Forwarded: https://github.com/analizo/analizo/issues/179
Author: Joenio Marques da Costa <joenio@joenio.me>
Last-Update: 2022-07-30
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
See [DEP-3](http://dep.debian.net/deps/dep3/) for more details about the different fields.

--- a/t/features/metrics/deep_inheritance_afferent_connections.feature
+++ b/t/features/metrics/deep_inheritance_afferent_connections.feature
@@ -9,7 +9,7 @@
     Then analizo must report that module <module> has acc = <acc>
     Examples:
       | module                      | acc  |
-      | Dog                         | 8    |
+      | Dog                         | 7    |
       | DogFirstGreatGrandson       | 1    |
       | DogFirstPuppy               | 4    |
       | DogGrandson                 | 3    |