MatrixTest.java (pdfbox-2.0.23-src) | : | MatrixTest.java (pdfbox-2.0.24-src) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
* distributed under the License is distributed on an "AS IS" BASIS, | * distributed under the License is distributed on an "AS IS" BASIS, | |||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||
* See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | |||
* limitations under the License. | * limitations under the License. | |||
*/ | */ | |||
package org.apache.pdfbox.util; | package org.apache.pdfbox.util; | |||
import org.apache.pdfbox.cos.COSArray; | import org.apache.pdfbox.cos.COSArray; | |||
import org.apache.pdfbox.cos.COSFloat; | import org.apache.pdfbox.cos.COSFloat; | |||
import org.apache.pdfbox.cos.COSName; | import org.apache.pdfbox.cos.COSName; | |||
import static org.junit.Assert.assertEquals; | ||||
import static org.junit.Assert.assertNotSame; | ||||
import static org.junit.Assert.assertSame; | ||||
import org.junit.Test; | import org.junit.Test; | |||
import static org.junit.Assert.*; | ||||
/** | /** | |||
* | * | |||
* @author Neil McErlean | * @author Neil McErlean | |||
* @author Tilman Hausherr | * @author Tilman Hausherr | |||
*/ | */ | |||
public class MatrixTest | public class MatrixTest | |||
{ | { | |||
@Test | @Test | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added |