Skip to content

Commit c1c5562

Browse files
committed
code style
1 parent 69f2043 commit c1c5562

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libs/XML_Encryption_Attack_Library/src/test/java/wsattacker/library/xmlencryptionattack/attackengine/AttackManagerTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public void testExecuteAttack()
173173
* AttackManager instance = null; byte[] expResult = null; byte[] result = instance.executeAttack();
174174
* assertArrayEquals(expResult, result); // TODO review the generated test code and remove the default call to
175175
* fail. //fail("The test case is a prototype.");
176-
*/ }
176+
*/}
177177

178178
@Test
179179
public void testAttackOnEncKeyWithSignedEncData()

libs/XML_Encryption_Attack_Library/src/test/java/wsattacker/library/xmlencryptionattack/attackengine/pkcs1/BleichenbacherAttackerTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ public void testAttack()
104104
throws Exception
105105
{
106106

107-
108107
// create an oracle and encrypt the message
109108

110109
TestPKCS1Oracle oracle = new TestPKCS1Oracle();

0 commit comments

Comments
 (0)