This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254550 - Test can be created even if there are no suites available
Summary: Test can be created even if there are no suites available
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Codeception (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-20 10:58 UTC by Tomas Mysik
Modified: 2015-08-24 05:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (21.13 KB, image/png)
2015-08-24 01:31 UTC, junichi11
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2015-08-20 10:58:56 UTC
Currently, a new test can be created even if there are no suites available - this is wrong. Thanks to [1], this issue can now be fixed (will do it tomorrow).

[1] http://hg.netbeans.org/web-main/rev/ccbc5a52b796
Comment 1 junichi11 2015-08-20 13:27:20 UTC
I'll test it later if it will be fixed :)

Thanks!
Comment 2 Tomas Mysik 2015-08-21 05:37:36 UTC
Fixed.

http://hg.netbeans.org/web-main/rev/65df8fc7b6b7
Comment 3 Quality Engineering 2015-08-22 02:12:33 UTC
Integrated into 'main-silver', will be available in build *201508220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/65df8fc7b6b7
User: Tomas Mysik <tmysik@netbeans.org>
Log: #254550 - Test can be created even if there are no suites available
Comment 4 junichi11 2015-08-24 01:31:22 UTC
Created attachment 155561 [details]
screenshot

It works fine. If there are no suites, we cannot click the OK button. If there are some suites, we can create a test.

Thanks a lot!

my environment:
Product Version: NetBeans IDE Dev (Build 201508220002)
Java: 1.8.0_60; Java HotSpot(TM) Client VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-b27
System: Linux version 3.2.0-89-generic-pae running on i386; UTF-8;
Comment 5 Tomas Mysik 2015-08-24 05:27:23 UTC
Thanks for verification, Junichi!