- 05 Jun, 2015 3 commits
-
-
Jordan Deyton authored
tested without re-initializing it. This required a minor update to the FakeExtraInfoWidget to prevent it from triggering an infinite loop in the ItemProcessor thread. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
lead to errors in certain multithreaded situations). Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
MOOSEFileHandlerTester and their causes. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
- 04 Jun, 2015 1 commit
-
-
Jordan authored
quickly to updates from the ItemProcessor while giving the ItemProcessor's thread more time to process certain tasks (which leads to the occasional build failure on hudson and regular build failures on Windows). Signed-off-by:
Jordan <jordan.deyton@gmail.com>
-
- 03 Jun, 2015 9 commits
-
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Windows. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
deleted on Windows. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
the current OS' newline character(s)). Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
when reading and writing blocks. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
other tests. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
MOOSELauncherTester. Previously, it would sometimes (at least on Windows) delete everything in the itemData test folder, which messes with other tests using the same folder. It should now only delete the temporary files created just for this test class. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
- 02 Jun, 2015 2 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
the feature. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 27 May, 2015 1 commit
-
-
Anna Wojtowicz authored
parameter passed in is null. It will now first check if the Entry type is Discrete, and if it is, sets the value to the first allowed value if there is one (if there is no allowed values at all, it does nothing, as there's nothing to be done). For all other Entry types, it sets the Entry's default value (which will always be at least an empty string). Fixes bug 468472. Signed-off-by:
Anna Wojtowicz <wojtowicza@ornl.gov>
-
- 22 May, 2015 4 commits
-
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
This completes bug 467901. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
referenced the wrong map when copying). Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Alex McCaskey authored
on the hashmap. Signed-off-by:
Alex McCaskey <mccaskeyaj@ornl.gov>
-
- 21 May, 2015 11 commits
-
-
Jordan Deyton authored
Javadoc. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
could be accessed from a subclass in the tester, but I just noticed that's not really necessary. I refactored the tester to test the exposed properties without access to the underlying map. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Method parameter names do not match docs. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
1 - invalid tags (@authors instead of @author), 2 - missing spaces with the {@literal ...} tag, or 3 - non-Javadoc comments made into Javadoc comments (non-Javadoc comments should not have two leading asterisks, or they'll get processed by the Javadoc utility). Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
how it handles VizResources depending on what IVizServices are available. This should finally address the concerns in bug 465052. Moved the FakePlot outside PlotGridCompositeTester so it can be re-used in the ICEResourcePageTester, too. Added the SWTBot screenshots folder to .gitignore. Imported the main viz service package into widgets.test to properly test the PlotGridComposite and ICEResourcePage. Fixed a couple of rare initialization-related bugs in ICEResourceView. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
-
arbennett authored
Signed-off-by:
arbennett <bennettar@ornl.gov>
-
- 20 May, 2015 6 commits
-
-
Jordan Deyton authored
completely misunderstood how the JUnit BeforeClass and Before tags work. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
-
Jordan Deyton authored
AbstractSWTTesters can be used simultaneously without affecting each other. Minor simplification of one line in PlotGridCompositeTester. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
an AbstractICEUITester class. Created AbstractWorkbenchTester, a new sub-class of AbstractICEUITester specifically for testing ICE views and editors. Updated PlotGridCompositeTester to conform with the changes to AbstractSWTTester. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Anna Wojtowicz authored
deleteOnExit() instead of just delete(). The Windows filesystem does not automatically release open handles on files when delete is called in the same way that *nix systems do. Fixes bug 458173. Signed-off-by:
Anna Wojtowicz <wojtowicza@ornl.gov>
-
Jordan Deyton authored
thread. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
- 19 May, 2015 3 commits
-
-
Anna Wojtowicz authored
Signed-off-by:
Anna Wojtowicz <wojtowicza@ornl.gov>
-
Jordan Deyton authored
Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-
Jordan Deyton authored
and freeing test resources. Signed-off-by:
Jordan Deyton <deytonjh@ornl.gov>
-