AuthorCommitMessageCommit dateIssues
drmdrm
450e7f48852Implemented the Report Creator Retrieve test
drmdrm
08679f17acbUpdated the method hat validates report template documents and moved it from RTMUtils to ReportTemplateDocument, Updated pom.xml to explicitly add surefire plugin with verstion specified to fix build problem, tweaked dev version of MRRT.ini for my dev environment, several other changes to fix test execution, picky javadoc generation and html validation
drmdrm
19d96770d3bRepeated query params are 'ORed' as required.
drmdrm
d707d7cae1bFix query response to have correct href attribute in template tag specifying URL used to download template.
drmdrm
cc50fc76e90 Fix retrieve response term elements to have coded values as attributes instead of child elements.
drmdrm
64f5d1c5ba3Fixed logging so logs to runDirectory, start changes to fix template format changes.Term tags have single code element with values moved to attributes from elements.
Steve MooreSteve Moore
0e25d1c9025Cleanup the header so the logo does not float over other items later inthe HTML pages.
Steve MooreSteve Moore
4ae87ce7780Remove the LOGIN button from the header; replace with a placeholder withempty lines. This probably needs to be revisited (formatting if there is no login button).
Steve MooreSteve Moore
67c9830d158MRRT-about.xhtml is the traditional "about" page for this application.
Steve MooreSteve Moore
018f65a68d7Update Report Template Creator / Retrieve test to look and act like the other tests.1) All controls together in one table 2) Combine the Retrieve and Evaluate into a single action
Steve MooreSteve Moore
54bd489940dCosmetic changes on the pages for Report Template Creator: + Queries test + Store testPlace all control buttons in one place, formatted in a table. Whitespace cleanup in html.
Steve MooreSteve Moore
520ad5ab0feBegin the process of making the RTC Query test match the Report CreatorQuery test. They should look and act the same. Still need some finish work.
Steve MooreSteve Moore
c2d7af77465Cosmetic changes in the instructions for running this Report CreatorQuery test. We just added some details on the interpretation of the output tables.
Steve MooreSteve Moore
138cfefff82Keep the RC Query/Retrieve test from blowing up, but it still needs tobe completed.
Steve MooreSteve Moore
2008735a969Remove all references to the /x folder. Move all code that defines a path to the ApplicationBean. This will make it easier to make changes in paths. There is still one reference to the QRXML files (something like that) that needs to change.Update the RC-Query test by removing extra buttons and putting all of the needed buttons together in one location.
Steve MooreSteve Moore
5d1c0484aa2Update the MRRT-RCQuery test. Some cosmetics on the XHTML pages.In the backend code, replace all references to the "x" folder with newer folder names. All folder names/paths are now defined in the ApplicationBean for consistency.
Steve MooreSteve Moore
96cd965d994Deleted the runDirectory/x folder and replaced it with folders / namesthat are more indicative of purpose. The "x" folder was meant to be a placeholder.
Steve MooreSteve Moore
b9ff19677bbLabel test MRRT-RTC Update as incomplete.
Steve MooreSteve Moore
fe1ff99e764Changed the evaluation in the Report Template Creator test MRRT-RTCRetrieve. The previous evaluation for Retrieve requests was trying to determine if a template existed for the template UID. Changed the evaluation to make sure the UID sent in for the request is legal. We do not care if a template actually exists. That is a runtime error that is an application issue. Maybe we will design another test to constrain the template IDs that can be searched.
Steve MooreSteve Moore
45e049a041dProgress on the RTC retrieve test. Added debugging; found out that theevaluation is checking for legal UIDs against our templates. We need to change that to make sure the request is legal. We should not care if the template exists.
Steve MooreSteve Moore
f8253f93507Progress on the RTC Republish test.Cleaned up some of the wording. Fixed the output folder where we store files. Evaluation needs to be revisited.
Steve MooreSteve Moore
3bdd4ab4296Update the RTC Store test by removing the "Store Bad" control and makingother cosmetic changes. Update the utilities code that stores corrupted report templates. The old version assumed the file name was equal to the template ID. We changed that assumption with new test data from Lynn.
Steve MooreSteve Moore
6131e3094faClean up some wording in the evaluation section. No changes in testbehavior or results.
Steve MooreSteve Moore
46919dfc309retrieve.txt contains the list of template UIDs to include for the RTMRetrieve test
Steve MooreSteve Moore
6c6bc11af5fMake the columns in the data table resizable.
Steve MooreSteve Moore
1af31fcc0ffMake the columns in the data table resizable.Add an index column to the data table.
Steve MooreSteve Moore
b6a645e7e71For the Store/Retrieve test, change the evaluation output to a moreclear PASS/FAIL rather than the cryptic coding system in the last version.
Steve MooreSteve Moore
d95781697a7Repair the text in the evaluation criteria. We do not actually test theHTTP response. We just display it.
Steve MooreSteve Moore
631db2dd1e0Correct a typo in the Special Instructions section. We use a singletemplate and not all of the templates from the test data.
Steve MooreSteve Moore
df9c053d8b3Cleanup work on the retrieve test.We now display the HTTP responses from both the system under test and the RTM simulator as well as an evaluation of the templates that are returned.
Steve MooreSteve Moore
db9fb3abe9eRepair logging in ReportTemplateManager; we had forgotten to get a copy of the log object in the method that gets a template.Update the RTM Retrieve test to iterate through a list of identifiers from a file and not hard-coded in java. Still need to complete the validation for the Retrieve test.
Steve MooreSteve Moore
d2869004923Typos and other cleanup in the instructions and configurationinformation.
Steve MooreSteve Moore
db10ff493eeFix a typo in the display of the number of templates returned by the RTMunder test in response to queries. We had been displaying the count from the RTM simulator.
Steve MooreSteve Moore
26b8ddfb723Start the processing of replacing the "x" folder with a set of folders that are better named. The x was just a placeholder.Also, move all definitions of the names of the folders into the ApplicationBean. Classes that need folders should get the path from the ApplicationBean (lots of get methods) and not compute paths. This puts all of the naming conventions in one place.
Steve MooreSteve Moore
25c86b8075bCosmetic changes to the Store/Retrieve test.Update to the retrieve code to catch the exception for network communication and return an appropriate error with comment. That was in there for Joey's original implementation, but I had removed it when I added my own method.
Steve MooreSteve Moore
4994abab3b1Correct minor typos.Add some clarification on the evaluation.
Steve MooreSteve Moore
86512252f9cChange the put request to log to a log file and not just write tostandard output.
Steve MooreSteve Moore
c724ad2499aModified the Store/Retrieve test to read UIDs from a file and tostore/retrieve based on the UIDs. The prior version was hard-coded in java.
Steve MooreSteve Moore
d5d99f7bdfdUpdate the RTM Store test1) Test is no longer hard-coded in java 2) Test can send one or more report templates based on UIDs in a text file 3) HTTP status for each stored template is displayed. 4) Removed the evaluate button. Just display the store status for each template.
Steve MooreSteve Moore
2d312ce6fd8ReportTempateManagerDatabase provides the back end functions for theReport Template Manager. This will allow us to separate the file/database operations from the web queries.
Steve MooreSteve Moore
f3a8a99352dReportTemplateReference is a bean that references a report template thatis stored on disk. It contains the metadata and a file reference. It does not contain the entire template.
Steve MooreSteve Moore
dbd10dceea3QueryAndResponse is a bean that holds a query for a template and aresponse.
Steve MooreSteve Moore
c857330746cUpdates to the Template Manager query/retrieve test. This test is now driven by a table of queries in a text file rather than being hard coded in java.The retrieve part was removed and needs to be put back in. The basic structure remains, but lots of little changes added up.
Steve MooreSteve Moore
0c6e8349aa7Fix a typo in a comment.
Steve MooreSteve Moore
d6b9db24b95The Report Template Manager Store Bundle should now be complete. We read the list of template UIDs from a text file and store only those templates to the RTM under test.You can now edit that text file after installation if you want to modify the test.
Steve MooreSteve Moore
ce7f4705865For the Store Bundle test for the Report Template Manager, read the list of template UIDs from a file at runtime.We are halfway through that transition. I have the file of UIDs in the folder and the Application Bean has a copy of them. I still need to alter the code to push those files and not the hard coded list from before.
Steve MooreSteve Moore
536fe6bbce7ReportTemplateMetadata is a bean with entries for each metadata item in a report template. It also contains a File object so we can have a unified reference to the metadata and the file.It does not have the template text itself (but you can find that by opening the associated file).
Steve MooreSteve Moore
fee56e3ea30Cosmetic.Remove some extra <br /> tags we do not need.
Steve MooreSteve Moore
3ebbcfe4bb1store-bundle.txt is the list of template UIDs for report templates sent to a Report Template Manager as part of the Store Bundle test.It is just a list of UIDs to be read by the application. The application will find the corresponding report template and push the template to the Report Template Manager.
Steve MooreSteve Moore
af7128042f1Repair the get file by UID method because the file names are no longerguaranteed to be the UID.