File tree Expand file tree Collapse file tree 11 files changed +11
-31
lines changed
src/test/java/de/rub/nds/tlsattacker/core/config/delegate Expand file tree Collapse file tree 11 files changed +11
-31
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >de.rub.nds.tlsattacker</groupId >
66 <artifactId >TLS-Attacker</artifactId >
7- <version >3.7.1 </version >
7+ <version >3.7.2 </version >
88 </parent >
99 <artifactId >Attacks</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >de.rub.nds.tlsattacker</groupId >
66 <artifactId >TLS-Attacker</artifactId >
7- <version >3.7.1 </version >
7+ <version >3.7.2 </version >
88 </parent >
99 <name >TLS-Client</name >
1010 <artifactId >TLS-Client</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >de.rub.nds.tlsattacker</groupId >
66 <artifactId >TLS-Attacker</artifactId >
7- <version >3.7.1 </version >
7+ <version >3.7.2 </version >
88 </parent >
99 <artifactId >TLS-Core</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change @@ -71,26 +71,6 @@ public void testSetHost() {
7171 assertTrue (delegate .getHost ().equals ("123456" ));
7272 }
7373
74- /**
75- * Test of applyDelegate method, of class ClientDelegate.
76- */
77- @ Test
78- public void testApplyDelegate () {
79- Config config = Config .createConfig ();
80- args = new String [2 ];
81- args [0 ] = "-connect" ;
82- args [1 ] = "99.99.99.99:1448" ;
83-
84- jcommander .parse (args );
85- delegate .applyDelegate (config );
86-
87- AliasedConnection actual = config .getDefaultClientConnection ();
88- assertNotNull (actual );
89- assertThat (actual .getHostname (), equalTo ("99.99.99.99" ));
90- assertThat (actual .getPort (), equalTo (1448 ));
91- assertThat (actual .getLocalConnectionEndType (), equalTo (ConnectionEndType .CLIENT ));
92- }
93-
9474 /**
9575 * Make sure that applying with host = null fails properly.
9676 */
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >de.rub.nds.tlsattacker</groupId >
66 <artifactId >TLS-Attacker</artifactId >
7- <version >3.7.1 </version >
7+ <version >3.7.2 </version >
88 </parent >
99 <artifactId >TLS-Forensics</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >de.rub.nds.tlsattacker</groupId >
66 <artifactId >TLS-Attacker</artifactId >
7- <version >3.7.1 </version >
7+ <version >3.7.2 </version >
88 </parent >
99 <artifactId >TLS-Mitm</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >de.rub.nds.tlsattacker</groupId >
66 <artifactId >TLS-Attacker</artifactId >
7- <version >3.7.1 </version >
7+ <version >3.7.2 </version >
88 </parent >
99 <artifactId >TLS-Server</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >de.rub.nds.tlsattacker</groupId >
66 <artifactId >TLS-Attacker</artifactId >
7- <version >3.7.1 </version >
7+ <version >3.7.2 </version >
88 </parent >
99 <artifactId >TraceTool</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >de.rub.nds.tlsattacker</groupId >
66 <artifactId >TLS-Attacker</artifactId >
7- <version >3.7.1 </version >
7+ <version >3.7.2 </version >
88 </parent >
99 <artifactId >Transport</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >de.rub.nds.tlsattacker</groupId >
66 <artifactId >TLS-Attacker</artifactId >
7- <version >3.7.1 </version >
7+ <version >3.7.2 </version >
88 </parent >
99 <artifactId >Utils</artifactId >
1010 <packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments