atoum / netbeans-sample

3 stars 4 forks source link

broken compatibility with new atoum dev-master #1

Closed buu-lam closed 10 years ago

buu-lam commented 10 years ago

hi,

"full" netbeans compatibility seems to be broken

atoum version on sample : f50b8db atoum current version : 45dbd79

at each test, results window show an "[0,00%] No tests executed".

I think perhaps tests number detection is based on missing first line "1..N". latest version dev-master atoum doesn't shows this line anymore and begins by "ok 1"

i don't know if i should report issue here or at github atoum/atoum

regards, Buu-Lâm

jubianchi commented 10 years ago

Thanks for the report : I'll submit a patch on atoum/atoum as soon as possible.

jubianchi commented 10 years ago

I think this bug is fixed with this PR : https://github.com/atoum/atoum/pull/317#discussion_r8964503

@buu-lam would you mind testing it please ?

Thanks!

buu-lam commented 10 years ago

few days ago, I managed to run atoum test with Netbeans 8.0 beta. Latest dev-master (composer e58c072c3066da6c18741cfb96121412b7a70eae) still works for 8.0 beta and even for 7.4.

thanks !