Local files: Test.java Test.form Bundle.properties 1) The list of local files is the same as list of files in the repository - test of correct status assignments Incoming data: [ Test.java, Up-to-date, Joe, 1.2, null, null, 100, Jan 01 2004, 20:01:59 ] [ Test.form, Locally Modified, Joe, 1.1, null, null, 50, Jan 02 2004, 22:02:59 ] [ Bundle.properties, Up-to-date, null, 1.2.3.2, branch, D:\repo, 100, Jan 01 2004, 20:01:59 ] Results: File |Status |Locker|Revision|Sticky|Attr |Size|Date |Time | -------------------------------------------------------------------------------------------- Test.java |Up-to-date |Joe | 1.2 | | |100 |Jan 01 2004|20:01:59| Test.form |Locally Modified|Joe | 1.1 | | |50 |Jan 02 2004|22:02:59| Bundle.properties|Up-to-date | | 1.2.3.2|branch|D:\repo|100 |Jan 01 2004|20:01:59| 2) A file missing in the working dir and a file extra - test of local and virtual files Incoming data: [ Test.form, Locally Modified, Joe, null, null, null, null, null, null ] [ Bundle.properties, Up-to-date, null, null, null, null, null, null, null ] [ Main.java, Needs Update, John, null, null, null, null, null, null ] Results: File |Status |Locker| ------------------------------------------ Test.java |Local | | Test.form |Locally Modified|Joe | Bundle.properties|Up-to-date | | Main.java |Needs Update |John | 3) FileReaderListener - test of removed file: Incoming data: File: (array of length == 1) Test.form Results: File |Status |Locker| ------------------------------------------ Test.java |Local | | Test.form |Local | | Bundle.properties|Up-to-date | | Main.java |Needs Update |John | 4) FileReaderListener - test of removed virtual file: Incoming data: File: (array of length == 1) Main.java Results: File |Status |Locker| ------------------------------------------ Test.java |Local | | Test.form |Local | | Bundle.properties|Up-to-date | |