Update SLES 11sp4 packages to Java 1.7.1 (#178)

This commit is contained in:
Tyler Langlois
2016-12-23 06:36:22 -05:00
committed by TP Honey
parent 37e799a35c
commit 70b6b81ec9
2 changed files with 3 additions and 3 deletions

View File

@@ -210,7 +210,7 @@ describe 'java', :type => :class do
context 'select default for SLES 11.4' do
let(:facts) { {:osfamily => 'Suse', :operatingsystem => 'SLES', :operatingsystemrelease => '11.4', :architecture => 'x86_64'}}
it { should contain_package('java').with_name('java-1_7_0-ibm-devel')}
it { should contain_package('java').with_name('java-1_7_1-ibm-devel')}
it { is_expected.to contain_file_line('java-home-environment').with_line('JAVA_HOME=/usr/lib64/jvm/java-1.7.0-ibm-1.7.0/') }
end