Skip to content

Commit

Permalink
Merge 6e17576 into 32c619f
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 25, 2018
2 parents 32c619f + 6e17576 commit bd1ed4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library/packages/src/modules/Slides.rb
Expand Up @@ -43,7 +43,7 @@ def main
# list of currently known slides, in the order they should be shown
@slides = []
# base path to look for slides
@slide_base_path = Ops.add(Installation.sourcedir, "/suse/setup/slide")
@slide_base_path = Ops.add(InstallationClass::SOURCEDIR, "/suse/setup/slide")
# path to look for texts of slides
@slide_txt_path = ""
# path to look for images of slides
Expand Down
1 change: 1 addition & 0 deletions library/packages/test/slide_show_test.rb
Expand Up @@ -10,6 +10,7 @@
describe "Yast::SlideShow" do
before(:each) do
log.info "--------- Running test ---------"
allow(::File).to receive(:exist?).and_return(true)
end

TOTAL_PROGRESS_ID = Yast::SlideShowClass::UI_ID::TOTAL_PROGRESS
Expand Down

0 comments on commit bd1ed4c

Please sign in to comment.