Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Fix Connection stderr redirect spec under Qt 5.3
Browse files Browse the repository at this point in the history
* qDebug behavior has changed in Qt 5.3:
  https://codereview.qt-project.org/#/c/69731/
  • Loading branch information
mhoran committed Jul 1, 2014
1 parent b7d6be1 commit 729c2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/connection_spec.rb
Expand Up @@ -30,7 +30,7 @@
redirected_connection.puts script.to_s.bytesize
redirected_connection.print script

expect(read_io).to include_response "hello world \n"
expect(read_io).to include_response "\nhello world"
end

it 'does not forward stderr to nil' do
Expand Down

0 comments on commit 729c2cf

Please sign in to comment.