Skip to content

Commit

Permalink
Data folder renamed to test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalkishor1991 committed Sep 21, 2014
1 parent ce74bb3 commit 67a5729
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified croma.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/me/croma/test/TestColorPicker.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static void main(String args[]) {
//System.out.println(Arrays.toString(new File(System.getProperty("user.dir")).list()));
try {

String file = args.length != 0 ? args[0] :(System.getProperty("user.dir") + File.separator + "Data" + File.separator );
String file = args.length != 0 ? args[0] :(System.getProperty("user.dir") + File.separator + "test" + File.separator );
// file = "/media/kamal/New Volume/Photo (10.18.1.164)/Rock Garden/";
int algo = args.length >= 2 ? Integer.parseInt(args[2]) : 0;
int noOfColors = args.length >= 3 ? Integer.parseInt(args[1]) : 6;
Expand Down

0 comments on commit 67a5729

Please sign in to comment.