r112016 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112015‎ | r112016 | r112017 >
Date:14:27, 21 February 2012
Author:santhosh
Status:ok
Tags:
Comment:
The grammar case is partitive and not accusative
Follow up r111931
Modified paths:
  • /branches/jsgrammar/tests/qunit/suites/resources/mediawiki/mediawiki.language.test.js (modified) (history)

Diff [purge]

Index: branches/jsgrammar/tests/qunit/suites/resources/mediawiki/mediawiki.language.test.js
@@ -73,7 +73,7 @@
7474 { word: 'talo', grammarForm: 'genitive', expected: 'talon', description: 'Grammar test for Finnish, genitive case' },
7575 { word: 'linux', grammarForm: 'genitive', expected: 'linuxin', description: 'Grammar test for Finnish, genitive case' },
7676 { word: 'talo', grammarForm: 'elative', expected: 'talosta', description: 'Grammar test for Finnish, elative case' },
77 - { word: 'pastöroitu', grammarForm: 'accusative', expected: 'pastöroitua', description: 'Grammar test for Finnish, accusative case' },
 77+ { word: 'pastöroitu', grammarForm: 'partitive', expected: 'pastöroitua', description: 'Grammar test for Finnish, partitive case' },
7878 { word: 'talo', grammarForm: 'partitive', expected: 'taloa', description: 'Grammar test for Finnish, partitive case' },
7979 { word: 'talo', grammarForm: 'illative', expected: 'taloon', description: 'Grammar test for Finnish, illative case' },
8080 { word: 'linux', grammarForm: 'inessive', expected: 'linuxissa', description: 'Grammar test for Finnish, inessive case' }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111931Whitespace cleanups and change Finnish test case, pastöroitusta would not be...nikerabbit14:16, 20 February 2012

Status & tagging log