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

« back to all changes in this revision

Viewing changes to src_unitTests/org/apache/xml/security/test/transforms/implementations/TransformXSLTTest.java

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2009-08-21 10:34:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090821103459-zgexq39blpd05xhz
Tags: 1.4.3-0ubuntu1
* New upstream release, fixes CVE-2009-0217 (LP: #416802)
* debian/build.xml: target 1.4 code to be java2-compatible

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright  1999-2007 The Apache Software Foundation.
 
2
 * Copyright  1999-2009 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.
102
102
        Transform transform = Transform.getInstance
103
103
            (doc1, Transforms.TRANSFORM_XSLT, transformEl.getChildNodes());
104
104
 
105
 
        XMLSignatureInput output = 
106
 
            transform.performTransform(new XMLSignatureInput(doc2));
 
105
        transform.performTransform(new XMLSignatureInput(doc2));
107
106
    }
108
107
 
109
108
    static {