~ubuntu-branches/ubuntu/precise/surefire/precise

« back to all changes in this revision

Viewing changes to maven-surefire-report-plugin/src/main/resources/surefire-report_sv.properties

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2011-10-10 20:42:16 UTC
  • mfrom: (2.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20111010204216-cemva69wkagf4fay
Tags: 2.10-1
* Team upload.
* New upstream release.
* Refresh and remove unneccesary patches.
* Add Build-Depends on libsurefire-java and
  libmaven-common-artifact-filters-java.
* Drop outdated Maven artifact surefire-junit.
* Provide new Maven artifacts: surefire-junit3, maven-surefire-common,
  common-junit3, common-junit4, surefire-junit47 and surefire-testng-utils.
* Fix clean target to allow "two in a row" builds.
* Update Vcs-Browser field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Licensed to the Apache Software Foundation (ASF) under one
 
3
# or more contributor license agreements.  See the NOTICE file
 
4
# distributed with this work for additional information
 
5
# regarding copyright ownership.  The ASF licenses this file
 
6
# to you under the Apache License, Version 2.0 (the
 
7
# "License"); you may not use this file except in compliance
 
8
# with the License.  You may obtain a copy of the License at
 
9
#
 
10
#     http://www.apache.org/licenses/LICENSE-2.0
 
11
#
 
12
# Unless required by applicable law or agreed to in writing,
 
13
# software distributed under the License is distributed on an
 
14
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 
15
# KIND, either express or implied.  See the License for the
 
16
# specific language governing permissions and limitations
 
17
# under the License.
 
18
#
 
19
 
 
20
report.surefire.name=Surefire-rapport
 
21
report.surefire.description=Rapport om testresultaten f\u00f6r projektet.
 
22
report.surefire.header=Surefire-rapport
 
23
report.surefire.label.summary=\u00d6versikt
 
24
report.surefire.label.tests=Tester
 
25
report.surefire.label.errors=Felaktiga
 
26
report.surefire.label.failures=Misslyckade
 
27
report.surefire.label.skipped=\u00d6verhoppade
 
28
report.surefire.label.successrate=Framg\u00e5ngsrika
 
29
report.surefire.label.time=Tid
 
30
report.surefire.label.packagelist=Paketlista
 
31
report.surefire.label.package=Paket
 
32
report.surefire.label.class=Klass
 
33
report.surefire.label.testcases=Testfall
 
34
report.surefire.label.failuredetails=Detaljer om misslyckade tester
 
35
report.surefire.text.note1=Notera: misslyckade tester \u00e4r f\u00f6rv\u00e4ntade och har kontrollerats med assertions medan felaktiga tester \u00e4r ov\u00e4ntade.
 
36
report.surefire.text.note2=Notera: paketstatistiken ber\u00e4knas inte rekursivt, den summerar bara alla testsviters antal.
 
37