Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2846 API: the i18n Hamcrest matcher should not fail if some keys are ↵ | Simon Brandhof | 2011-09-29 | 3 | -18/+14 |
| | | | | not defined in the reference bundle | ||||
* | SONAR-2693 the list of missing translations must be copyable and must ↵ | Simon Brandhof | 2011-09-16 | 1 | -6/+7 |
| | | | | contain english values | ||||
* | SONAR-2693 Make it possible to pass the sonar version to the matcher | Fabrice Bellingard | 2011-09-12 | 2 | -6/+4 |
| | | | | | | - In order to remove the magic of getting the version of Sonar via the POM - Documentation also added on the I18nMatchers static methods | ||||
* | SONAR-2693 Improve I18n Harmcrest matcher | Fabrice Bellingard | 2011-09-08 | 2 | -4/+18 |
| | | | | | | | | | - #isBundleSynchronized replace by #isBundleUpToDate - #assertAllBundlesUpToDate static method added to avoid specifying files one by one - if bundles are Core bundles translations, then the original bundles are searched on Github using the Sonar version specified by the "sonar.version" property in the POM | ||||
* | SONAR-2693 Improve unit tests for I18n Harmcrest matcher | Fabrice Bellingard | 2011-09-02 | 2 | -6/+19 |
| | |||||
* | SONAR-2693 Hamcrest matcher to compare a pair of translation bundles | Fabrice Bellingard | 2011-09-02 | 7 | -0/+146 |
| | | | | | First commit and push to GitHub before activating other tests that require this code to be pushed. | ||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 2 | -2/+2 |
| | |||||
* | SONAR-236 remove deprecated code from checkstyle plugin + display default ↵ | simonbrandhof | 2010-09-06 | 3 | -0/+157 |
value of rule parameters in Q profile console |