File tree 2 files changed +3
-3
lines changed
maven/jruby/src/it/bouncycastle
src/test/java/org/jruby/its
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
34
34
<properties >
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
- <bc .version>1.49 </bc .version>
36
+ <bc .version>1.47 </bc .version>
37
37
</properties >
38
38
39
39
<build >
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ public void setupProvider() throws Exception{
22
22
23
23
@ Test
24
24
public void java (){
25
- assertEquals ( "BouncyCastle Security Provider v1.49 " , new BouncyCastleProvider ().getInfo () );
25
+ assertEquals ( "BouncyCastle Security Provider v1.47 " , new BouncyCastleProvider ().getInfo () );
26
26
}
27
27
28
28
@ Test
29
29
public void ruby (){
30
30
ScriptingContainer container = new ScriptingContainer ();
31
31
Object result = container .parse ( "require 'openssl'; Java::OrgBouncycastleJceProvider::BouncyCastleProvider.new.info" ).run ();
32
- assertEquals ( "BouncyCastle Security Provider v1.47 " , result .toString () );
32
+ assertEquals ( "BouncyCastle Security Provider v1.49 " , result .toString () );
33
33
}
34
34
}
You can’t perform that action at this time.
0 commit comments