~ubuntu-branches/ubuntu/vivid/gmetrics/vivid

« back to all changes in this revision

Viewing changes to src/test/groovy/org/gmetrics/metric/abc/AbcMetric_CommonTest.groovy

  • Committer: Package Import Robot
  • Author(s): Miguel Landaeta, Miguel Landaeta, tony mancill
  • Date: 2012-01-18 20:57:50 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120118205750-68fv86p7fs8xz470
Tags: 0.5-1
[Miguel Landaeta]
* New upstream release.
* Remove patch ftbfs_613266.diff since it was merged upstream.
* Update dates in copyright file.

[tony mancill]
* Set DMUA flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2010 the original author or authors.
 
2
 * Copyright 2012 the original author or authors.
3
3
 * 
4
4
 * Licensed under the Apache License, Version 2.0 (the "License");
5
5
 * you may not use this file except in compliance with the License.
15
15
 */
16
16
package org.gmetrics.metric.abc
17
17
 
18
 
import org.gmetrics.metric.AbstractCommonMetricTestCase
 
18
import org.gmetrics.metric.AbstractCommonMethodMetricTestCase
19
19
 
20
20
/**
21
21
 * Tests for AbcMetric - common tests
22
22
 *
23
23
 * @author Chris Mair
24
 
 * @version $Revision: 85 $ - $Date: 2010-02-26 21:51:52 -0500 (Fri, 26 Feb 2010) $
25
24
 */
26
 
class AbcMetric_CommonTest extends AbstractCommonMetricTestCase {
 
25
class AbcMetric_CommonTest extends AbstractCommonMethodMetricTestCase {
 
26
 
27
27
    static metricClass = AbcMetric
28
 
 
29
28
}
 
 
b'\\ No newline at end of file'