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 58141 - A lot of Unevaluated Failing tests
Summary: A lot of Unevaluated Failing tests
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Freeform (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2005-04-21 08:41 UTC by Jaroslav Tulach
Modified: 2005-09-05 09:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2005-04-21 08:41:50 UTC
org.netbeans.modules.java.freeform. ClasspathsTest  
  
testCompileClasspath  
   
200502170805  
 
 
  
testExecuteClasspath  
   
200502170805  
 
 
org.netbeans.modules.java.freeform. JavaActionsTest  
  
testAddBinding  
   
200504181930  
 
 
  
testContainsSelectedJavaSources  
   
200504181800  
 
 
  
testCreateCompileSingleTarget  
   
200504181930  
 
 
  
testCreateDebugTargetFromScratch  
   
200504181930  
 
 
  
testCreateDebugTargetFromTemplate  
   
200504181930  
 
 
  
testEnsureImports  
   
200504181930  
 
 
  
testEnsurePropertiesCopied  
   
200504181930  
 
 
  
testFindClassesOutputDir  
   
200504181800  
 
 
  
testFindCommandBinding  
   
200504181800  
 
 
  
testFindCompileClasspath  
   
200504181800  
 
 
  
testFindExistingBuildTarget  
   
200504181800  
 
 
  
testFindLine  
   
200504181800  
 
 
  
testFindPackageRoot  
   
200504181800  
 
 
  
testFindSourceLevel  
   
200504181800  
 
 
  
testGetSupportedActions  
   
200504181800  
 
 
  
testIsActionEnabled  
   
200504181800  
 
 
  
testReadWriteCustomScript  
   
200504181930  
 
 
  
testTargetUsesTaskExactlyOnce  
   
200504181800  
 
 
org.netbeans.modules.java.freeform. JavaProjectGeneratorTest  
  
testCompilationUnitUpgrades  
   
200504181800  
 
 
  
testCreateProject  
   
200504181800  
 
 
  
testGuessExports  
   
200501171900  
 
 
  
testGuessSubprojects  
   
200504181800  
 
 
  
testJavaCompilationUnits  
   
200504181800  
 
 
  
testPutBuildFolders  
   
200504181800  
 
 
  
testPutExports  
   
200504181930  
 
 
  
testPutSubprojects  
   
200504181800  
 
 
  
testRawCreateProject  
   
200504181800  
 
 
  
testRawJavaCompilationUnits  
   
200504181800  
 
 
  
testRawSourceFolders  
   
200504181800  
 
 
  
testRawSourceViews  
   
200504181800  
 
 
  
testSourceFolders  
   
200504181800  
 
 
  
testSourceViews  
   
200504181800  
 
 
org.netbeans.modules.java.freeform. JavaProjectNatureTest  
  
testUpgradeSchema
Comment 1 Jan Lahoda 2005-04-22 14:06:28 UTC
It seems that most of the failures were caused by the temporary problems. Some
were fails on Windows, which I fixed in the trunk:
java/freeform/test/unit/src/org/netbeans/modules/java/freeform/JavaActionsTest.java
revisions 1.4 and 1.5
java/freeform/test/unit/src/org/netbeans/modules/java/freeform/JavaProjectNatureTest.java
revision 1.2

Probably should be also fixed under release41 branch.
Comment 2 Jan Lahoda 2005-04-25 16:11:30 UTC
I have ported the fixes from trunk to release41:
Checking in unit/src/org/netbeans/modules/java/freeform/JavaActionsTest.java;
/cvs/java/freeform/test/unit/src/org/netbeans/modules/java/freeform/JavaActionsTest.java,v
 <--  JavaActionsTest.java
new revision: 1.3.6.1; previous revision: 1.3
done
Checking in
unit/src/org/netbeans/modules/java/freeform/JavaProjectGeneratorTest.java;
/cvs/java/freeform/test/unit/src/org/netbeans/modules/java/freeform/JavaProjectGeneratorTest.java,v
 <--  JavaProjectGeneratorTest.java
new revision: 1.5.2.1; previous revision: 1.5
done
Checking in unit/src/org/netbeans/modules/java/freeform/JavaProjectNatureTest.java;
/cvs/java/freeform/test/unit/src/org/netbeans/modules/java/freeform/JavaProjectNatureTest.java,v
 <--  JavaProjectNatureTest.java
new revision: 1.1.14.1; previous revision: 1.1
done