ソースを参照

Update POLICIES.md

Stuart Kent 9 年 前
コミット
4a4aed8aa9
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      POLICIES.md

+ 2
- 2
POLICIES.md ファイルの表示

19
 |:------------|:-----------------|
19
 |:------------|:-----------------|
20
 | Exercise added | [Prefer instance methods](#prefer-instance-methods); [Starter implementations](#starter-implementations); [Ignore noninitial tests](#ignore-noninitial-tests) |
20
 | Exercise added | [Prefer instance methods](#prefer-instance-methods); [Starter implementations](#starter-implementations); [Ignore noninitial tests](#ignore-noninitial-tests) |
21
 | Exercise updated | [Ignore noninitial tests](#ignore-noninitial-tests); [Multiple file submissions](#multiple-file-submissions) |
21
 | Exercise updated | [Ignore noninitial tests](#ignore-noninitial-tests); [Multiple file submissions](#multiple-file-submissions) |
22
-| Track order updated | [Starter implementations](#starter-implementations); [Multiple file submissions](#multiple-file-submissions) |
22
+| Track order changed | [Starter implementations](#starter-implementations); [Multiple file submissions](#multiple-file-submissions) |
23
 | New issue observed in track | [Good first patches](#good-first-patches) |
23
 | New issue observed in track | [Good first patches](#good-first-patches) |
24
 | "Good first patch" issue completed | [Good first patches](#good-first-patches) |
24
 | "Good first patch" issue completed | [Good first patches](#good-first-patches) |
25
 | Installing Java instructions updated | [Simple onboarding](#simple-onboarding) |
25
 | Installing Java instructions updated | [Simple onboarding](#simple-onboarding) |
42
 
42
 
43
 ### Ignore noninitial tests
43
 ### Ignore noninitial tests
44
 
44
 
45
-> All but the first test in an exercise test suite should be annotated `@Ignore`.
45
+> All but the first test in an exercise test suite should be annotated `@Ignore("Remove to run test)` (single test) or `@Ignore("Remove to run tests)` (parametrized test).
46
 
46
 
47
 References: [[1](https://github.com/exercism/xjava/issues/101#issuecomment-249349204)]
47
 References: [[1](https://github.com/exercism/xjava/issues/101#issuecomment-249349204)]
48
 
48