Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testOutput #4

Closed
DavidWalz opened this issue Apr 3, 2014 · 1 comment
Closed

testOutput #4

DavidWalz opened this issue Apr 3, 2014 · 1 comment

Comments

@DavidWalz
Copy link
Member

Running main() from gtest_main.cc
[==========] Running 6 tests from 6 test cases.
[----------] Global test environment set-up.
[----------] 1 test from ConditionalOutput
[ RUN ] ConditionalOutput.removeProperty
[ OK ] ConditionalOutput.removeProperty (0 ms)
[----------] 1 test from ConditionalOutput (0 ms total)

[----------] 1 test from EventOutput1D
[ RUN ] EventOutput1D.removeProperty
[ OK ] EventOutput1D.removeProperty (0 ms)
[----------] 1 test from EventOutput1D (0 ms total)

[----------] 1 test from CRPropa2EventOutput3D
[ RUN ] CRPropa2EventOutput3D.removeProperty
[ OK ] CRPropa2EventOutput3D.removeProperty (0 ms)
[----------] 1 test from CRPropa2EventOutput3D (0 ms total)

[----------] 1 test from CRPropa2EventOutput1D
[ RUN ] CRPropa2EventOutput1D.removeProperty
[ OK ] CRPropa2EventOutput1D.removeProperty (0 ms)
[----------] 1 test from CRPropa2EventOutput1D (0 ms total)

[----------] 1 test from CRPropa2ROOTEventOutput3D
[ RUN ] CRPropa2ROOTEventOutput3D.removeProperty
Error in TFile::TFile: file name is not specified
Warning in TFile::Write: file not opened in write mode
[ OK ] CRPropa2ROOTEventOutput3D.removeProperty (12 ms)
[----------] 1 test from CRPropa2ROOTEventOutput3D (12 ms total)

[----------] 1 test from CRPropa2ROOTEventOutput1D
[ RUN ] CRPropa2ROOTEventOutput1D.removeProperty
Error in TFile::TFile: file name is not specified
Warning in TFile::Write: file not opened in write mode
[ OK ] CRPropa2ROOTEventOutput1D.removeProperty (0 ms)
[----------] 1 test from CRPropa2ROOTEventOutput1D (0 ms total)

[----------] Global test environment tear-down
[==========] 6 tests from 6 test cases ran. (12 ms total)
[ PASSED ] 6 tests.

@DavidWalz
Copy link
Member Author

closed in cfe9446

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants