This commit fixed a bug in method testGetFiles of FileOpsTest.java; the test assumed that File.listFiles(...) returns a list of files in alphabetic order when no such guarantee is made by the that method's contract. The revised test makes no such assumption.
The following files were modified:
M src/edu/rice/cs/util/FileOps.java
M src/edu/rice/cs/util/FileOpsTest.java