File tree Expand file tree Collapse file tree
src/test/com/wolfssl/provider/jsse/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -558,14 +558,14 @@ public void testSubjectAlternativeNames() {
558558
559559 /* populate known alt name list for example.com cert, for comparison */
560560 List <String > expected = new ArrayList <>();
561- expected .add ("www.example.net" );
562- expected .add ("www.example.edu" );
563- expected .add ("www.example.com" );
564- expected .add ("example.org" );
565- expected .add ("example.net" );
566- expected .add ("example.edu" );
567- expected .add ("example.com" );
568561 expected .add ("www.example.org" );
562+ expected .add ("example.com" );
563+ expected .add ("example.edu" );
564+ expected .add ("example.net" );
565+ expected .add ("example.org" );
566+ expected .add ("www.example.com" );
567+ expected .add ("www.example.edu" );
568+ expected .add ("www.example.net" );
569569
570570 /* list to hold found altNames */
571571 List <String > found = new ArrayList <>();
You can’t perform that action at this time.
0 commit comments