~ubuntu-branches/ubuntu/precise/libxml-security-java/precise-security

« back to all changes in this revision

Viewing changes to src_unitTests/org/apache/xml/security/test/signature/InvalidKeyTest.java

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-08-30 14:07:46 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: package-import@ubuntu.com-20110830140746-wfmiluk1yddqd6ch
* New upstream release
* Update debian/watch to point to new SVN repo.
* Update Standards-Version: 3.9.1.
* Switch to source format 3.0.
* Use Maven to build the package. Ignore test failures.
* Update Description.
* Add a documentation package.
* Update Homepage field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2009 The Apache Software Foundation.
 
2
 * Copyright 2009-2010 The Apache Software Foundation.
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.
47
47
       return new TestSuite(InvalidKeyTest.class);
48
48
    }
49
49
 
50
 
    private static final String BASEDIR = System.getProperty("basedir");
 
50
    private static final String BASEDIR = 
 
51
        System.getProperty("basedir") == null ? "./": System.getProperty("basedir");
51
52
    private static final String SEP = System.getProperty("file.separator");
52
53
 
53
54
    public void test() throws Exception {